Uses of Interface
net.minecraft.world.GameRules.Acceptor
Packages that use GameRules.Acceptor
-
Uses of GameRules.Acceptor in net.minecraft
Fields in net.minecraft declared as GameRules.AcceptorConstructors in net.minecraft with parameters of type GameRules.AcceptorModifierConstructorDescriptionclass_12279(Category category, GameRuleType gameRuleType, com.mojang.brigadier.arguments.ArgumentType<T> argumentType, GameRules.Acceptor<T> acceptor, com.mojang.serialization.Codec<T> codec, ToIntFunction<T> toIntFunction, T t, FeatureSet featureSet) -
Uses of GameRules.Acceptor in net.minecraft.world
Methods in net.minecraft.world with parameters of type GameRules.AcceptorModifier and TypeMethodDescriptionprivate static <T> class_12279<T> GameRules.register(String string, Category category, GameRuleType gameRuleType, com.mojang.brigadier.arguments.ArgumentType<T> argumentType, com.mojang.serialization.Codec<T> codec, T t, FeatureSet featureSet, GameRules.Acceptor<T> acceptor, ToIntFunction<T> toIntFunction)