Uses of Class
net.minecraft.world.level.GameRules.IntegerValue
-
Uses of GameRules.IntegerValue in net.minecraft.client.gui.screens.worldselection
ModifierConstructorDescriptionIntegerRuleEntry
(Component p_101175_, List<FormattedCharSequence> p_101176_, String p_101177_, GameRules.IntegerValue p_101178_) -
Uses of GameRules.IntegerValue in net.minecraft.world.level
Modifier and TypeFieldDescriptionstatic final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_COMMAND_MODIFICATION_BLOCK_LIMIT
static final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_MAX_COMMAND_CHAIN_LENGTH
static final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_MAX_ENTITY_CRAMMING
static final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_PLAYERS_SLEEPING_PERCENTAGE
static final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_RANDOMTICKING
static final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_SNOW_ACCUMULATION_HEIGHT
static final GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_SPAWN_RADIUS
Modifier and TypeMethodDescriptionprotected GameRules.IntegerValue
GameRules.IntegerValue.copy()
protected GameRules.IntegerValue
GameRules.IntegerValue.getSelf()
Modifier and TypeMethodDescriptionstatic GameRules.Type<GameRules.IntegerValue>
GameRules.IntegerValue.create
(int p_46313_) static GameRules.Type<GameRules.IntegerValue>
GameRules.IntegerValue.create
(int p_46295_, BiConsumer<MinecraftServer, GameRules.IntegerValue> p_46296_) Modifier and TypeMethodDescriptionvoid
GameRules.IntegerValue.setFrom
(GameRules.IntegerValue p_46298_, MinecraftServer p_46299_) Modifier and TypeMethodDescriptionstatic GameRules.Type<GameRules.IntegerValue>
GameRules.IntegerValue.create
(int p_46295_, BiConsumer<MinecraftServer, GameRules.IntegerValue> p_46296_) int
GameRules.getInt
(GameRules.Key<GameRules.IntegerValue> p_46216_) default void
GameRules.GameRuleTypeVisitor.visitInteger
(GameRules.Key<GameRules.IntegerValue> p_46282_, GameRules.Type<GameRules.IntegerValue> p_46283_) default void
GameRules.GameRuleTypeVisitor.visitInteger
(GameRules.Key<GameRules.IntegerValue> p_46282_, GameRules.Type<GameRules.IntegerValue> p_46283_) ModifierConstructorDescriptionIntegerValue
(GameRules.Type<GameRules.IntegerValue> p_46286_, int p_46287_)