Uses of Record Class
net.minecraft.server.dedicated.management.dispatch.GameRuleRpcDispatcher.class_12254
Packages that use GameRuleRpcDispatcher.class_12254
Package
Description
-
Uses of GameRuleRpcDispatcher.class_12254 in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management with type parameters of type GameRuleRpcDispatcher.class_12254Modifier and TypeFieldDescriptionstatic final RegistryEntry.Reference<OutgoingRpcMethod<GameRuleRpcDispatcher.class_12254<?>, Void>> OutgoingRpcMethods.GAMERULE_UPDATED -
Uses of GameRuleRpcDispatcher.class_12254 in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch with type parameters of type GameRuleRpcDispatcher.class_12254Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GameRuleRpcDispatcher.class_12254<?>> GameRuleRpcDispatcher.class_12254.field_64088static final com.mojang.serialization.Codec<GameRuleRpcDispatcher.class_12254<?>> GameRuleRpcDispatcher.class_12254.field_64089Methods in net.minecraft.server.dedicated.management.dispatch that return GameRuleRpcDispatcher.class_12254Modifier and TypeMethodDescriptionprivate static <T> GameRuleRpcDispatcher.class_12254<T> GameRuleRpcDispatcher.class_12254.method_76052(GameRule<T> gameRule, GameRuleType gameRuleType, T t) static <T> GameRuleRpcDispatcher.class_12254<T> GameRuleRpcDispatcher.toTypedRule(ManagementHandlerDispatcher dispatcher, GameRule<T> gameRule, T t) static <T> GameRuleRpcDispatcher.class_12254<T> GameRuleRpcDispatcher.updateRule(ManagementHandlerDispatcher dispatcher, GameRuleRpcDispatcher.class_12254<T> untypedRule, ManagementConnectionId remote) Methods in net.minecraft.server.dedicated.management.dispatch that return types with arguments of type GameRuleRpcDispatcher.class_12254Modifier and TypeMethodDescriptionstatic List<GameRuleRpcDispatcher.class_12254<?>> GameRuleRpcDispatcher.get(ManagementHandlerDispatcher dispatcher) private static <T> com.mojang.serialization.MapCodec<? extends GameRuleRpcDispatcher.class_12254<T>> GameRuleRpcDispatcher.class_12254.method_76050(GameRule<T> gameRule) private static <T> com.mojang.serialization.MapCodec<? extends GameRuleRpcDispatcher.class_12254<T>> GameRuleRpcDispatcher.class_12254.method_76054(GameRule<T> gameRule) Methods in net.minecraft.server.dedicated.management.dispatch with parameters of type GameRuleRpcDispatcher.class_12254Modifier and TypeMethodDescriptionstatic <T> GameRuleRpcDispatcher.class_12254<T> GameRuleRpcDispatcher.updateRule(ManagementHandlerDispatcher dispatcher, GameRuleRpcDispatcher.class_12254<T> untypedRule, ManagementConnectionId remote) Method parameters in net.minecraft.server.dedicated.management.dispatch with type arguments of type GameRuleRpcDispatcher.class_12254Modifier and TypeMethodDescriptionprivate static <T> voidGameRuleRpcDispatcher.method_76047(ManagementHandlerDispatcher managementHandlerDispatcher, GameRule<T> gameRule, List<GameRuleRpcDispatcher.class_12254<?>> list) -
Uses of GameRuleRpcDispatcher.class_12254 in net.minecraft.server.dedicated.management.handler
Methods in net.minecraft.server.dedicated.management.handler that return GameRuleRpcDispatcher.class_12254Modifier and TypeMethodDescriptionGameRuleManagementHandler.toTypedRule(GameRule<T> gameRule, T t) GameRuleManagementHandlerImpl.toTypedRule(GameRule<T> gameRule, T t) GameRuleManagementHandler.updateRule(GameRuleRpcDispatcher.class_12254<T> untypedRule, ManagementConnectionId remote) GameRuleManagementHandlerImpl.updateRule(GameRuleRpcDispatcher.class_12254<T> untypedRule, ManagementConnectionId remote) Methods in net.minecraft.server.dedicated.management.handler with parameters of type GameRuleRpcDispatcher.class_12254Modifier and TypeMethodDescriptionGameRuleManagementHandler.updateRule(GameRuleRpcDispatcher.class_12254<T> untypedRule, ManagementConnectionId remote) GameRuleManagementHandlerImpl.updateRule(GameRuleRpcDispatcher.class_12254<T> untypedRule, ManagementConnectionId remote) -
Uses of GameRuleRpcDispatcher.class_12254 in net.minecraft.server.dedicated.management.schema
Fields in net.minecraft.server.dedicated.management.schema with type parameters of type GameRuleRpcDispatcher.class_12254Modifier and TypeFieldDescriptionstatic final RpcSchemaEntry<GameRuleRpcDispatcher.class_12254<?>> RpcSchema.TYPED_GAME_RULEstatic final RpcSchemaEntry<GameRuleRpcDispatcher.class_12254<?>> RpcSchema.UNTYPED_GAME_RULE