Interface EditGameRulesScreen.EntryFactory<T extends GameRules.Value<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.EntryFactory<T extends GameRules.Value<T>>
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
create
EditGameRulesScreen.RuleEntry create(Component p_101155_, List<FormattedCharSequence> p_101156_, String p_101157_, T p_101158_)
-