Uses of Record Class
net.minecraft.server.jsonrpc.methods.GameRulesService.GameRuleUpdate
Packages that use GameRulesService.GameRuleUpdate
Package
Description
-
Uses of GameRulesService.GameRuleUpdate in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc with type parameters of type GameRulesService.GameRuleUpdateModifier and TypeFieldDescriptionstatic final Holder.Reference<OutgoingRpcMethod<GameRulesService.GameRuleUpdate<?>, Void>> OutgoingRpcMethods.GAMERULE_CHANGED -
Uses of GameRulesService.GameRuleUpdate in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type GameRulesService.GameRuleUpdateModifier and TypeFieldDescriptionstatic final SchemaComponent<GameRulesService.GameRuleUpdate<?>> Schema.TYPED_GAME_RULE_SCHEMAstatic final SchemaComponent<GameRulesService.GameRuleUpdate<?>> Schema.UNTYPED_GAME_RULE_SCHEMA -
Uses of GameRulesService.GameRuleUpdate in net.minecraft.server.jsonrpc.internalapi
Methods in net.minecraft.server.jsonrpc.internalapi that return GameRulesService.GameRuleUpdateModifier and TypeMethodDescriptionMinecraftGameRuleService.getTypedRule(GameRule<T> gameRule, T value) MinecraftGameRuleServiceImpl.getTypedRule(GameRule<T> gameRule, T value) MinecraftGameRuleService.updateGameRule(GameRulesService.GameRuleUpdate<T> update, ClientInfo clientInfo) MinecraftGameRuleServiceImpl.updateGameRule(GameRulesService.GameRuleUpdate<T> update, ClientInfo clientInfo) Methods in net.minecraft.server.jsonrpc.internalapi with parameters of type GameRulesService.GameRuleUpdateModifier and TypeMethodDescriptionMinecraftGameRuleService.updateGameRule(GameRulesService.GameRuleUpdate<T> update, ClientInfo clientInfo) MinecraftGameRuleServiceImpl.updateGameRule(GameRulesService.GameRuleUpdate<T> update, ClientInfo clientInfo) -
Uses of GameRulesService.GameRuleUpdate in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type GameRulesService.GameRuleUpdateModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<GameRulesService.GameRuleUpdate<?>> GameRulesService.GameRuleUpdate.CODECstatic final com.mojang.serialization.Codec<GameRulesService.GameRuleUpdate<?>> GameRulesService.GameRuleUpdate.TYPED_CODECMethods in net.minecraft.server.jsonrpc.methods that return GameRulesService.GameRuleUpdateModifier and TypeMethodDescriptionstatic <T> GameRulesService.GameRuleUpdate<T> GameRulesService.getTypedRule(MinecraftApi minecraftApi, GameRule<T> gameRule, T value) private static <T> GameRulesService.GameRuleUpdate<T> GameRulesService.GameRuleUpdate.getUntypedRule(GameRule<T> gameRule, GameRuleType readType, T value) static <T> GameRulesService.GameRuleUpdate<T> GameRulesService.update(MinecraftApi minecraftApi, GameRulesService.GameRuleUpdate<T> update, ClientInfo clientInfo) Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type GameRulesService.GameRuleUpdateModifier and TypeMethodDescriptionstatic List<GameRulesService.GameRuleUpdate<?>> GameRulesService.get(MinecraftApi minecraftApi) private static <T> com.mojang.serialization.MapCodec<? extends GameRulesService.GameRuleUpdate<T>> GameRulesService.GameRuleUpdate.getValueAndTypeCodec(GameRule<T> gameRule) private static <T> com.mojang.serialization.MapCodec<? extends GameRulesService.GameRuleUpdate<T>> GameRulesService.GameRuleUpdate.getValueCodec(GameRule<T> gameRule) Methods in net.minecraft.server.jsonrpc.methods with parameters of type GameRulesService.GameRuleUpdateModifier and TypeMethodDescriptionstatic <T> GameRulesService.GameRuleUpdate<T> GameRulesService.update(MinecraftApi minecraftApi, GameRulesService.GameRuleUpdate<T> update, ClientInfo clientInfo) Method parameters in net.minecraft.server.jsonrpc.methods with type arguments of type GameRulesService.GameRuleUpdateModifier and TypeMethodDescriptionprivate static <T> voidGameRulesService.addGameRule(MinecraftApi minecraftApi, GameRule<T> gameRule, List<GameRulesService.GameRuleUpdate<?>> rules)