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 GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_MAX_COMMAND_CHAIN_LENGTH
static GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_MAX_ENTITY_CRAMMING
static GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_PLAYERS_SLEEPING_PERCENTAGE
static GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_RANDOMTICKING
static GameRules.Key<GameRules.IntegerValue>
GameRules.RULE_SPAWN_RADIUS
Modifier and TypeMethodDescriptionprotected GameRules.IntegerValue
GameRules.IntegerValue.copy()
protected GameRules.IntegerValue
GameRules.IntegerValue.getSelf()
Modifier and TypeMethodDescription(package private) static GameRules.Type<GameRules.IntegerValue>
GameRules.IntegerValue.create(int p_46313_)
private 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 TypeMethodDescriptionprivate static 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_)