Uses of Class
net.minecraft.world.GameRules.IntRule
Package | Description |
---|---|
net.minecraft.client.gui.screen.world | |
net.minecraft.world |
-
Uses of GameRules.IntRule in net.minecraft.client.gui.screen.world
Constructors in net.minecraft.client.gui.screen.world with parameters of type GameRules.IntRule Constructor Description IntRuleWidget(Text name, List<OrderedText> description, String ruleName, GameRules.IntRule rule)
-
Uses of GameRules.IntRule in net.minecraft.world
Fields in net.minecraft.world with type parameters of type GameRules.IntRule Modifier and Type Field Description static GameRules.Key<GameRules.IntRule>
GameRules. MAX_COMMAND_CHAIN_LENGTH
static GameRules.Key<GameRules.IntRule>
GameRules. MAX_ENTITY_CRAMMING
A game rule which regulates the number of entities that can be crammed into a block space before they incur cramming damage.static GameRules.Key<GameRules.IntRule>
GameRules. PLAYERS_SLEEPING_PERCENTAGE
static GameRules.Key<GameRules.IntRule>
GameRules. RANDOM_TICK_SPEED
static GameRules.Key<GameRules.IntRule>
GameRules. SPAWN_RADIUS
Methods in net.minecraft.world that return GameRules.IntRule Modifier and Type Method Description protected GameRules.IntRule
GameRules.IntRule. copy()
protected GameRules.IntRule
GameRules.IntRule. getThis()
Methods in net.minecraft.world that return types with arguments of type GameRules.IntRule Modifier and Type Method Description private static GameRules.Type<GameRules.IntRule>
GameRules.IntRule. create(int initialValue)
private static GameRules.Type<GameRules.IntRule>
GameRules.IntRule. create(int initialValue, BiConsumer<MinecraftServer,GameRules.IntRule> changeCallback)
Methods in net.minecraft.world with parameters of type GameRules.IntRule Modifier and Type Method Description void
GameRules.IntRule. setValue(GameRules.IntRule intRule, @Nullable MinecraftServer minecraftServer)
Method parameters in net.minecraft.world with type arguments of type GameRules.IntRule Modifier and Type Method Description private static GameRules.Type<GameRules.IntRule>
GameRules.IntRule. create(int initialValue, BiConsumer<MinecraftServer,GameRules.IntRule> changeCallback)
int
GameRules. getInt(GameRules.Key<GameRules.IntRule> rule)
default void
GameRules.Visitor. visitInt(GameRules.Key<GameRules.IntRule> key, GameRules.Type<GameRules.IntRule> type)
Visit an integer rule.default void
GameRules.Visitor. visitInt(GameRules.Key<GameRules.IntRule> key, GameRules.Type<GameRules.IntRule> type)
Visit an integer rule.Constructor parameters in net.minecraft.world with type arguments of type GameRules.IntRule Constructor Description IntRule(GameRules.Type<GameRules.IntRule> rule, int initialValue)