diff options
| author | shedaniel <daniel@shedaniel.me> | 2020-01-17 14:31:30 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2020-01-17 14:31:30 +0800 |
| commit | 7a1cf35934ef14c04f884fe6ae34282e1d6243ba (patch) | |
| tree | e84d0c5bfb9929f065544e96ecc1fb07d3496c29 /src/main/java/me/shedaniel/rei/api/ConfigObject.java | |
| parent | b4be45e414504afb49910d766bebcd00f55b052b (diff) | |
| download | RoughlyEnoughItems-7a1cf35934ef14c04f884fe6ae34282e1d6243ba.tar.gz RoughlyEnoughItems-7a1cf35934ef14c04f884fe6ae34282e1d6243ba.tar.bz2 RoughlyEnoughItems-7a1cf35934ef14c04f884fe6ae34282e1d6243ba.zip | |
3.3.12
Diffstat (limited to 'src/main/java/me/shedaniel/rei/api/ConfigObject.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/api/ConfigObject.java | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/api/ConfigObject.java b/src/main/java/me/shedaniel/rei/api/ConfigObject.java index d7b39078f..9f9229d7a 100644 --- a/src/main/java/me/shedaniel/rei/api/ConfigObject.java +++ b/src/main/java/me/shedaniel/rei/api/ConfigObject.java @@ -11,6 +11,7 @@ import me.shedaniel.rei.gui.config.RecipeScreenType; import me.shedaniel.rei.gui.config.SearchFieldLocation; import me.shedaniel.rei.impl.ConfigObjectImpl; import net.minecraft.client.util.InputUtil; +import org.jetbrains.annotations.ApiStatus; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; @@ -24,6 +25,8 @@ public interface ConfigObject { return ConfigManager.getInstance().getConfig(); } + @Deprecated + @ApiStatus.ScheduledForRemoval boolean isLighterButtonHover(); boolean isOverlayVisible(); @@ -125,7 +128,7 @@ public interface ConfigObject { double getEntrySize(); @Deprecated - abstract ConfigObjectImpl.General getGeneral(); + ConfigObjectImpl.General getGeneral(); boolean isUsingCompactTabs(); |
