Uses of Class
net.minecraft.world.GameRules.IntegerValue
-
Packages that use GameRules.IntegerValue Package Description net.minecraft.client.gui.screen net.minecraft.world -
-
Uses of GameRules.IntegerValue in net.minecraft.client.gui.screen
Constructors in net.minecraft.client.gui.screen with parameters of type GameRules.IntegerValue Constructor Description IntegerEntry(ITextComponent p_i232314_2_, java.util.List<IReorderingProcessor> p_i232314_3_, java.lang.String p_i232314_4_, GameRules.IntegerValue p_i232314_5_)
-
Uses of GameRules.IntegerValue in net.minecraft.world
Fields in net.minecraft.world with type parameters of type GameRules.IntegerValue Modifier and Type Field Description static GameRules.RuleKey<GameRules.IntegerValue>
GameRules. RULE_MAX_COMMAND_CHAIN_LENGTH
static GameRules.RuleKey<GameRules.IntegerValue>
GameRules. RULE_MAX_ENTITY_CRAMMING
static GameRules.RuleKey<GameRules.IntegerValue>
GameRules. RULE_RANDOMTICKING
static GameRules.RuleKey<GameRules.IntegerValue>
GameRules. RULE_SPAWN_RADIUS
Methods in net.minecraft.world that return GameRules.IntegerValue Modifier and Type Method Description protected GameRules.IntegerValue
GameRules.IntegerValue. copy()
protected GameRules.IntegerValue
GameRules.IntegerValue. getSelf()
Methods in net.minecraft.world that return types with arguments of type GameRules.IntegerValue Modifier and Type Method Description private static GameRules.RuleType<GameRules.IntegerValue>
GameRules.IntegerValue. create(int p_223559_0_)
private static GameRules.RuleType<GameRules.IntegerValue>
GameRules.IntegerValue. create(int p_223564_0_, java.util.function.BiConsumer<MinecraftServer,GameRules.IntegerValue> p_223564_1_)
Methods in net.minecraft.world with parameters of type GameRules.IntegerValue Modifier and Type Method Description void
GameRules.IntegerValue. setFrom(GameRules.IntegerValue p_230313_1_, MinecraftServer p_230313_2_)
Method parameters in net.minecraft.world with type arguments of type GameRules.IntegerValue Modifier and Type Method Description private static GameRules.RuleType<GameRules.IntegerValue>
GameRules.IntegerValue. create(int p_223564_0_, java.util.function.BiConsumer<MinecraftServer,GameRules.IntegerValue> p_223564_1_)
int
GameRules. getInt(GameRules.RuleKey<GameRules.IntegerValue> p_223592_1_)
default void
GameRules.IRuleEntryVisitor. visitInteger(GameRules.RuleKey<GameRules.IntegerValue> p_230483_1_, GameRules.RuleType<GameRules.IntegerValue> p_230483_2_)
default void
GameRules.IRuleEntryVisitor. visitInteger(GameRules.RuleKey<GameRules.IntegerValue> p_230483_1_, GameRules.RuleType<GameRules.IntegerValue> p_230483_2_)
Constructor parameters in net.minecraft.world with type arguments of type GameRules.IntegerValue Constructor Description IntegerValue(GameRules.RuleType<GameRules.IntegerValue> p_i51534_1_, int p_i51534_2_)
-