Uses of Enum Class
net.minecraft.server.dedicated.management.dispatch.GameRuleRpcDispatcher.Type
Packages that use GameRuleRpcDispatcher.Type
-
Uses of GameRuleRpcDispatcher.Type in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch declared as GameRuleRpcDispatcher.TypeModifier and TypeFieldDescriptionprivate final GameRuleRpcDispatcher.TypeGameRuleRpcDispatcher.TypedRule.typeThe field for thetyperecord component.Methods in net.minecraft.server.dedicated.management.dispatch that return GameRuleRpcDispatcher.TypeModifier and TypeMethodDescriptionGameRuleRpcDispatcher.TypedRule.type()Returns the value of thetyperecord component.static GameRuleRpcDispatcher.TypeReturns the enum constant of this class with the specified name.static GameRuleRpcDispatcher.Type[]GameRuleRpcDispatcher.Type.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.TypeModifierConstructorDescriptionTypedRule(String string, String string2, GameRuleRpcDispatcher.Type type)