Uses of Class
net.minecraft.world.GameRules.IntegerValue
-
Uses of GameRules.IntegerValue in net.minecraft.client.gui.screen
ModifierConstructorDescriptionIntegerEntry
(ITextComponent p_i232314_2_, List<IReorderingProcessor> p_i232314_3_, String p_i232314_4_, GameRules.IntegerValue p_i232314_5_) -
Uses of GameRules.IntegerValue in net.minecraft.world
Modifier and TypeFieldDescriptionstatic final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_MAX_COMMAND_CHAIN_LENGTH
static final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_MAX_ENTITY_CRAMMING
static final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_RANDOMTICKING
static final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_SPAWN_RADIUS
Modifier and TypeMethodDescriptionprotected GameRules.IntegerValue
GameRules.IntegerValue.copy()
protected GameRules.IntegerValue
GameRules.IntegerValue.getSelf()
Modifier and TypeMethodDescriptionprivate 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_, BiConsumer<MinecraftServer, GameRules.IntegerValue> p_223564_1_) Modifier and TypeMethodDescriptionvoid
GameRules.IntegerValue.setFrom
(GameRules.IntegerValue p_230313_1_, MinecraftServer p_230313_2_) Modifier and TypeMethodDescriptionprivate static GameRules.RuleType<GameRules.IntegerValue>
GameRules.IntegerValue.create
(int p_223564_0_, 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_) ModifierConstructorDescriptionIntegerValue
(GameRules.RuleType<GameRules.IntegerValue> p_i51534_1_, int p_i51534_2_)