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 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.IntRuleModifier and TypeMethodDescriptionprotected GameRules.IntRuleGameRules.IntRule.copy()protected GameRules.IntRuleGameRules.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 TypeMethodDescriptionvoidGameRules.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)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