@FunctionalInterface
public static interface GameRules.IRuleEntryVisitor
Modifier and Type | Method and Description |
---|---|
<T extends GameRules.RuleValue<T>> |
visit(GameRules.RuleKey<T> key,
GameRules.RuleType<T> type) |
<T extends GameRules.RuleValue<T>> void visit(GameRules.RuleKey<T> key, GameRules.RuleType<T> type)