Package net.minecraft.client.gui.screen
Interface EditGamerulesScreen.IRuleEntry<T extends GameRules.RuleValue<T>>
-
- Enclosing class:
- EditGamerulesScreen
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface static interface EditGamerulesScreen.IRuleEntry<T extends GameRules.RuleValue<T>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditGamerulesScreen.Gamerule
create(ITextComponent p_create_1_, java.util.List<IReorderingProcessor> p_create_2_, java.lang.String p_create_3_, T p_create_4_)
-
-
-
Method Detail
-
create
EditGamerulesScreen.Gamerule create(ITextComponent p_create_1_, java.util.List<IReorderingProcessor> p_create_2_, java.lang.String p_create_3_, T p_create_4_)
-
-