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
Modifier and TypeMethodDescriptioncreate
(ITextComponent p_create_1_, List<IReorderingProcessor> p_create_2_, String p_create_3_, T p_create_4_)
-
Method Details
-
create
EditGamerulesScreen.Gamerule create(ITextComponent p_create_1_, List<IReorderingProcessor> p_create_2_, String p_create_3_, T p_create_4_)
-