Uses of Class
net.minecraft.world.GameRules.IntRule
Packages that use GameRules.IntRule
-
Uses of GameRules.IntRule in net.minecraft.client.gui.screen.world
Constructors in net.minecraft.client.gui.screen.world with parameters of type GameRules.IntRuleModifierConstructorDescriptionIntRuleWidget
(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.IntRuleModifier and TypeFieldDescriptionstatic final GameRules.Key<GameRules.IntRule>
GameRules.COMMAND_MODIFICATION_BLOCK_LIMIT
static final GameRules.Key<GameRules.IntRule>
GameRules.MAX_COMMAND_CHAIN_LENGTH
static final GameRules.Key<GameRules.IntRule>
GameRules.MAX_COMMAND_FORK_COUNT
static final 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 final GameRules.Key<GameRules.IntRule>
GameRules.PLAYERS_NETHER_PORTAL_CREATIVE_DELAY
static final GameRules.Key<GameRules.IntRule>
GameRules.PLAYERS_NETHER_PORTAL_DEFAULT_DELAY
static final GameRules.Key<GameRules.IntRule>
GameRules.PLAYERS_SLEEPING_PERCENTAGE
static final GameRules.Key<GameRules.IntRule>
GameRules.RANDOM_TICK_SPEED
static final GameRules.Key<GameRules.IntRule>
GameRules.SNOW_ACCUMULATION_HEIGHT
static final GameRules.Key<GameRules.IntRule>
GameRules.SPAWN_RADIUS
Methods in net.minecraft.world that return GameRules.IntRuleModifier and TypeMethodDescriptionprotected GameRules.IntRule
GameRules.IntRule.copy()
protected GameRules.IntRule
GameRules.IntRule.getThis()
Methods in net.minecraft.world that return types with arguments of type GameRules.IntRuleModifier and TypeMethodDescription(package 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.IntRuleModifier and TypeMethodDescriptionvoid
GameRules.IntRule.setValue
(GameRules.IntRule intRule, @Nullable MinecraftServer minecraftServer) Method parameters in net.minecraft.world with type arguments of type GameRules.IntRuleModifier and TypeMethodDescriptionprivate 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