Uses of Enum Class
net.minecraft.server.dedicated.management.dispatch.GameRuleType
Packages that use GameRuleType
Package
Description
The base package for all Minecraft classes.
-
Uses of GameRuleType in net.minecraft
Fields in net.minecraft declared as GameRuleTypeMethods in net.minecraft that return GameRuleTypeConstructors in net.minecraft with parameters of type GameRuleTypeModifierConstructorDescriptionclass_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 GameRuleType in net.minecraft.server.dedicated.management.dispatch
Methods in net.minecraft.server.dedicated.management.dispatch that return GameRuleTypeModifier and TypeMethodDescriptionstatic GameRuleTypeReturns the enum constant of this class with the specified name.static GameRuleType[]GameRuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.server.dedicated.management.dispatch with parameters of type GameRuleTypeModifier and TypeMethodDescriptionprivate static <T> GameRuleRpcDispatcher.class_12254<T> GameRuleRpcDispatcher.class_12254.method_76052(class_12279<T> class_12279, GameRuleType gameRuleType, T t) -
Uses of GameRuleType in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema with type parameters of type GameRuleType -
Uses of GameRuleType in net.minecraft.world
Methods in net.minecraft.world with parameters of type GameRuleTypeModifier 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)