Uses of Enum Class
net.minecraft.server.dedicated.management.dispatch.GameRuleRpcDispatcher.GameRuleType
Packages that use GameRuleRpcDispatcher.GameRuleType
-
Uses of GameRuleRpcDispatcher.GameRuleType in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch declared as GameRuleRpcDispatcher.GameRuleTypeModifier and TypeFieldDescriptionprivate final GameRuleRpcDispatcher.GameRuleTypeGameRuleRpcDispatcher.TypedRule.typeThe field for thetyperecord component.Methods in net.minecraft.server.dedicated.management.dispatch that return GameRuleRpcDispatcher.GameRuleTypeModifier and TypeMethodDescriptionGameRuleRpcDispatcher.TypedRule.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.static GameRuleRpcDispatcher.GameRuleType[]GameRuleRpcDispatcher.GameRuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.server.dedicated.management.dispatch with parameters of type GameRuleRpcDispatcher.GameRuleTypeModifierConstructorDescriptionTypedRule(String key, String value, GameRuleRpcDispatcher.GameRuleType type) Creates an instance of aTypedRulerecord class.