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_LENGTHstatic GameRules.Key<GameRules.IntRule>GameRules. MAX_ENTITY_CRAMMINGA 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_PERCENTAGEstatic GameRules.Key<GameRules.IntRule>GameRules. RANDOM_TICK_SPEEDstatic GameRules.Key<GameRules.IntRule>GameRules. SPAWN_RADIUSMethods in net.minecraft.world that return GameRules.IntRule Modifier and Type Method Description protected GameRules.IntRuleGameRules.IntRule. copy()protected GameRules.IntRuleGameRules.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 voidGameRules.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)intGameRules. getInt(GameRules.Key<GameRules.IntRule> rule)default voidGameRules.Visitor. visitInt(GameRules.Key<GameRules.IntRule> key, GameRules.Type<GameRules.IntRule> type)Visit an integer rule.default voidGameRules.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)