Uses of Interface
net.minecraft.world.GameRules.Acceptor
| Package | Description |
|---|---|
| net.minecraft.world |
-
Uses of GameRules.Acceptor in net.minecraft.world
Fields in net.minecraft.world declared as GameRules.Acceptor Modifier and Type Field Description private GameRules.Acceptor<T>GameRules.Type. ruleAcceptorConstructors in net.minecraft.world with parameters of type GameRules.Acceptor Constructor Description Type(Supplier<com.mojang.brigadier.arguments.ArgumentType<?>> argumentType, Function<GameRules.Type<T>,T> ruleFactory, BiConsumer<MinecraftServer,T> changeCallback, GameRules.Acceptor<T> ruleAcceptor)