Uses of Class
net.minecraft.world.GameRules.RuleValue
Packages that use GameRules.RuleValue
-
Uses of GameRules.RuleValue in net.minecraft.client.gui.screen
Classes in net.minecraft.client.gui.screen with type parameters of type GameRules.RuleValueModifier and TypeInterfaceDescription(package private) static interfaceEditGamerulesScreen.IRuleEntry<T extends GameRules.RuleValue<T>> -
Uses of GameRules.RuleValue in net.minecraft.command.impl
Methods in net.minecraft.command.impl with type parameters of type GameRules.RuleValueModifier and TypeMethodDescriptionprivate static <T extends GameRules.RuleValue<T>>
intGameRuleCommand.queryRule(CommandSource p_223486_0_, GameRules.RuleKey<T> p_223486_1_) private static <T extends GameRules.RuleValue<T>>
intGameRuleCommand.setRule(com.mojang.brigadier.context.CommandContext<CommandSource> p_223485_0_, GameRules.RuleKey<T> p_223485_1_) -
Uses of GameRules.RuleValue in net.minecraft.world
Classes in net.minecraft.world with type parameters of type GameRules.RuleValueModifier and TypeInterfaceDescription(package private) static interfaceGameRules.IRule<T extends GameRules.RuleValue<T>>static final classGameRules.RuleKey<T extends GameRules.RuleValue<T>>static classGameRules.RuleType<T extends GameRules.RuleValue<T>>static classGameRules.RuleValue<T extends GameRules.RuleValue<T>>Subclasses of GameRules.RuleValue in net.minecraft.worldModifier and TypeClassDescriptionstatic classstatic classFields in net.minecraft.world with type parameters of type GameRules.RuleValueModifier and TypeFieldDescriptionprivate final Map<GameRules.RuleKey<?>,GameRules.RuleValue<?>> GameRules.rulesMethods in net.minecraft.world with type parameters of type GameRules.RuleValueModifier and TypeMethodDescriptionprivate <T extends GameRules.RuleValue<T>>
voidGameRules.assignCap(GameRules.RuleKey<T> p_234898_1_, GameRules p_234898_2_, MinecraftServer p_234898_3_) private static <T extends GameRules.RuleValue<T>>
voidGameRules.callVisitorCap(GameRules.IRuleEntryVisitor p_234897_0_, GameRules.RuleKey<?> p_234897_1_, GameRules.RuleType<?> p_234897_2_) <T extends GameRules.RuleValue<T>>
TGameRules.getRule(GameRules.RuleKey<T> p_223585_1_) static <T extends GameRules.RuleValue<T>>
GameRules.RuleKey<T>GameRules.register(String p_234903_0_, GameRules.Category p_234903_1_, GameRules.RuleType<T> p_234903_2_) default <T extends GameRules.RuleValue<T>>
voidGameRules.IRuleEntryVisitor.visit(GameRules.RuleKey<T> p_223481_1_, GameRules.RuleType<T> p_223481_2_) Constructor parameters in net.minecraft.world with type arguments of type GameRules.RuleValueModifierConstructorDescriptionprivateGameRules(Map<GameRules.RuleKey<?>, GameRules.RuleValue<?>> p_i231612_1_)