Uses of Record Class
net.minecraft.server.dedicated.management.dispatch.GameRuleRpcDispatcher.TypedRule
Packages that use GameRuleRpcDispatcher.TypedRule
Package
Description
The base package for all Minecraft classes.
-
Uses of GameRuleRpcDispatcher.TypedRule in net.minecraft
Fields in net.minecraft with type parameters of type GameRuleRpcDispatcher.TypedRuleModifier and TypeFieldDescriptionstatic final OutgoingRpcMethod.class_11810<GameRuleRpcDispatcher.TypedRule> class_11814.field_62338 -
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.method_73876(ManagementHandlerDispatcher dispatcher, String string, GameRules.Rule<?> rule) GameRuleRpcDispatcher.update(ManagementHandlerDispatcher dispatcher, GameRuleRpcDispatcher.UntypedRule untypedRule, ManagementConnectionId managementConnectionId) 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.method_73754(GameRuleRpcDispatcher.UntypedRule untypedRule, ManagementConnectionId managementConnectionId) GameRuleManagementHandler.method_73757(String string, GameRules.Rule<?> rule)