Uses of Interface
net.minecraft.world.GameRules.Visitor
| Package | Description |
|---|---|
| net.minecraft.world |
-
Uses of GameRules.Visitor in net.minecraft.world
Methods in net.minecraft.world with parameters of type GameRules.Visitor Modifier and Type Method Description static voidGameRules. accept(GameRules.Visitor visitor)Make the visitor visit all registered game rules.private static <T extends GameRules.Rule<T>>
voidGameRules. accept(GameRules.Visitor consumer, GameRules.Key<?> key, GameRules.Type<?> type)voidGameRules.Type. accept(GameRules.Visitor consumer, GameRules.Key<T> key)voidGameRules.Acceptor. call(GameRules.Visitor consumer, GameRules.Key<T> key, GameRules.Type<T> type)