Uses of Class
net.minecraft.world.level.GameRules.IntegerValue
Packages that use GameRules.IntegerValue
-
Uses of GameRules.IntegerValue in net.minecraft.client.gui.screens.worldselection
Constructors in net.minecraft.client.gui.screens.worldselection with parameters of type GameRules.IntegerValueModifierConstructorDescriptionIntegerRuleEntry
(Component pLabel, List<FormattedCharSequence> pTooltip, String p_101177_, GameRules.IntegerValue pValue) -
Uses of GameRules.IntegerValue in net.minecraft.world.level
Fields in net.minecraft.world.level with type parameters of type GameRules.IntegerValueModifier 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_COMMAND_FORK_COUNT
static final GameRules.Key
<GameRules.IntegerValue> GameRules.RULE_MAX_ENTITY_CRAMMING
static final GameRules.Key
<GameRules.IntegerValue> static final GameRules.Key
<GameRules.IntegerValue> GameRules.RULE_PLAYERS_NETHER_PORTAL_DEFAULT_DELAY
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_CHUNK_RADIUS
static final GameRules.Key
<GameRules.IntegerValue> GameRules.RULE_SPAWN_RADIUS
Methods in net.minecraft.world.level that return GameRules.IntegerValueModifier and TypeMethodDescriptionprotected GameRules.IntegerValue
GameRules.IntegerValue.copy()
protected GameRules.IntegerValue
GameRules.IntegerValue.getSelf()
Methods in net.minecraft.world.level that return types with arguments of type GameRules.IntegerValueModifier and TypeMethodDescriptionstatic GameRules.Type
<GameRules.IntegerValue> GameRules.IntegerValue.create
(int pDefaultValue) (package private) static GameRules.Type
<GameRules.IntegerValue> GameRules.IntegerValue.create
(int pDefaultValue, int pMin, int pMax, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) static GameRules.Type
<GameRules.IntegerValue> GameRules.IntegerValue.create
(int pDefaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) Methods in net.minecraft.world.level with parameters of type GameRules.IntegerValueModifier and TypeMethodDescriptionvoid
GameRules.IntegerValue.setFrom
(GameRules.IntegerValue pValue, MinecraftServer pServer) Method parameters in net.minecraft.world.level with type arguments of type GameRules.IntegerValueModifier and TypeMethodDescription(package private) static GameRules.Type
<GameRules.IntegerValue> GameRules.IntegerValue.create
(int pDefaultValue, int pMin, int pMax, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) static GameRules.Type
<GameRules.IntegerValue> GameRules.IntegerValue.create
(int pDefaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) int
GameRules.getInt
(GameRules.Key<GameRules.IntegerValue> pKey) default void
GameRules.GameRuleTypeVisitor.visitInteger
(GameRules.Key<GameRules.IntegerValue> pKey, GameRules.Type<GameRules.IntegerValue> pType) default void
GameRules.GameRuleTypeVisitor.visitInteger
(GameRules.Key<GameRules.IntegerValue> pKey, GameRules.Type<GameRules.IntegerValue> pType) Constructor parameters in net.minecraft.world.level with type arguments of type GameRules.IntegerValueModifierConstructorDescriptionIntegerValue
(GameRules.Type<GameRules.IntegerValue> pType, int pValue)