Uses of Record Class
net.minecraft.server.dedicated.management.dispatch.GameRuleRpcDispatcher.TypedRule
Packages that use GameRuleRpcDispatcher.TypedRule
Package
Description
-
Uses of GameRuleRpcDispatcher.TypedRule in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management with type parameters of type GameRuleRpcDispatcher.TypedRule -
Uses of GameRuleRpcDispatcher.TypedRule in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch with type parameters of type GameRuleRpcDispatcher.TypedRuleModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<GameRuleRpcDispatcher.TypedRule> GameRuleRpcDispatcher.TypedRule.CODECMethods in net.minecraft.server.dedicated.management.dispatch that return GameRuleRpcDispatcher.TypedRuleModifier and TypeMethodDescriptionGameRuleRpcDispatcher.toTypedRule(ManagementHandlerDispatcher dispatcher, String name, GameRules.Rule<?> rule) GameRuleRpcDispatcher.updateRule(ManagementHandlerDispatcher dispatcher, GameRuleRpcDispatcher.UntypedRule untypedRule, ManagementConnectionId remote) Methods in net.minecraft.server.dedicated.management.dispatch that return types with arguments of type GameRuleRpcDispatcher.TypedRuleModifier and TypeMethodDescriptionstatic List<GameRuleRpcDispatcher.TypedRule> GameRuleRpcDispatcher.get(ManagementHandlerDispatcher dispatcher) -
Uses of GameRuleRpcDispatcher.TypedRule in net.minecraft.server.dedicated.management.handler
Methods in net.minecraft.server.dedicated.management.handler that return GameRuleRpcDispatcher.TypedRuleModifier and TypeMethodDescriptionGameRuleManagementHandler.toTypedRule(String name, GameRules.Rule<?> gameRule) GameRuleManagementHandlerImpl.toTypedRule(String name, GameRules.Rule<?> gameRule) GameRuleManagementHandler.updateRule(GameRuleRpcDispatcher.UntypedRule untypedRule, ManagementConnectionId remote) GameRuleManagementHandlerImpl.updateRule(GameRuleRpcDispatcher.UntypedRule untypedRule, ManagementConnectionId remote) -
Uses of GameRuleRpcDispatcher.TypedRule in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema with type parameters of type GameRuleRpcDispatcher.TypedRuleModifier and TypeFieldDescriptionstatic final RpcSchemaEntry<GameRuleRpcDispatcher.TypedRule> RpcSchema.TYPED_GAME_RULE