Uses of Class
net.minecraft.world.GameRules.RuleValue
-
Packages that use GameRules.RuleValue Package Description net.minecraft.client.gui.screen net.minecraft.command.impl net.minecraft.world -
-
Uses of GameRules.RuleValue in net.minecraft.client.gui.screen
Classes in net.minecraft.client.gui.screen with type parameters of type GameRules.RuleValue Modifier and Type Interface Description (package private) static interface
EditGamerulesScreen.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.RuleValue Modifier and Type Method Description private 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.RuleValue Modifier and Type Interface Description (package private) static interface
GameRules.IRule<T extends GameRules.RuleValue<T>>
static class
GameRules.RuleKey<T extends GameRules.RuleValue<T>>
static class
GameRules.RuleType<T extends GameRules.RuleValue<T>>
static class
GameRules.RuleValue<T extends GameRules.RuleValue<T>>
Subclasses of GameRules.RuleValue in net.minecraft.world Modifier and Type Class Description static class
GameRules.BooleanValue
static class
GameRules.IntegerValue
Fields in net.minecraft.world with type parameters of type GameRules.RuleValue Modifier and Type Field Description private java.util.Map<GameRules.RuleKey<?>,GameRules.RuleValue<?>>
GameRules. rules
Methods in net.minecraft.world with type parameters of type GameRules.RuleValue Modifier and Type Method Description private <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(java.lang.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.RuleValue Constructor Description GameRules(java.util.Map<GameRules.RuleKey<?>,GameRules.RuleValue<?>> p_i231612_1_)
-