diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-03-07 03:10:43 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-03-07 03:10:43 +0800 |
| commit | 250159221c07f884252a37daf00c74f41cf69d52 (patch) | |
| tree | 702aef7062c1d7a8ddfcfa686076e55030bb334f /src/main/java/me/shedaniel/rei/api/DisplayHelper.java | |
| parent | 12223ae029f3d206ebb19ba0cd134e3c36827315 (diff) | |
| download | RoughlyEnoughItems-250159221c07f884252a37daf00c74f41cf69d52.tar.gz RoughlyEnoughItems-250159221c07f884252a37daf00c74f41cf69d52.tar.bz2 RoughlyEnoughItems-250159221c07f884252a37daf00c74f41cf69d52.zip | |
stuff
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/DisplayHelper.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/DisplayHelper.java | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/DisplayHelper.java b/src/main/java/me/shedaniel/rei/api/DisplayHelper.java index 0b6a709a9..246850cc7 100644 --- a/src/main/java/me/shedaniel/rei/api/DisplayHelper.java +++ b/src/main/java/me/shedaniel/rei/api/DisplayHelper.java @@ -37,6 +37,9 @@ import static net.minecraft.util.ActionResult.PASS; public interface DisplayHelper { + /** + * @return the api instance of {@link me.shedaniel.rei.impl.DisplayHelperImpl} + */ static DisplayHelper getInstance() { return RoughlyEnoughItemsCore.getDisplayHelper(); } @@ -101,9 +104,11 @@ public interface DisplayHelper { * Gets the base bounds handler api for exclusion zones * * @return the base bounds handler - * @see BaseBoundsHandler#getInstance() + * @deprecated {@link BaseBoundsHandler#getInstance()} */ @ApiStatus.Internal + @Deprecated + @ApiStatus.ScheduledForRemoval BaseBoundsHandler getBaseBoundsHandler(); interface DisplayBoundsHandler<T> extends OverlayDecider { |
