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 label, List<FormattedCharSequence> tooltip, String p_101177_, GameRules.IntegerValue value) -
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_LIMITstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_MAX_COMMAND_CHAIN_LENGTHstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_MAX_COMMAND_FORK_COUNTstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_MAX_ENTITY_CRAMMINGstatic final GameRules.Key<GameRules.IntegerValue> static final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_PLAYERS_NETHER_PORTAL_DEFAULT_DELAYstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_PLAYERS_SLEEPING_PERCENTAGEstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_RANDOMTICKINGstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_SNOW_ACCUMULATION_HEIGHTstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_SPAWN_CHUNK_RADIUSstatic final GameRules.Key<GameRules.IntegerValue> GameRules.RULE_SPAWN_RADIUSMethods in net.minecraft.world.level that return GameRules.IntegerValueModifier and TypeMethodDescriptionprotected GameRules.IntegerValueGameRules.IntegerValue.copy()protected GameRules.IntegerValueGameRules.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 defaultValue) (package private) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int defaultValue, int min, int max, BiConsumer<MinecraftServer, GameRules.IntegerValue> changeListener) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int defaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> changeListener) Methods in net.minecraft.world.level with parameters of type GameRules.IntegerValueModifier and TypeMethodDescriptionvoidGameRules.IntegerValue.setFrom(GameRules.IntegerValue value, MinecraftServer server) 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 defaultValue, int min, int max, BiConsumer<MinecraftServer, GameRules.IntegerValue> changeListener) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int defaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> changeListener) intGameRules.getInt(GameRules.Key<GameRules.IntegerValue> key) default voidGameRules.GameRuleTypeVisitor.visitInteger(GameRules.Key<GameRules.IntegerValue> key, GameRules.Type<GameRules.IntegerValue> type) default voidGameRules.GameRuleTypeVisitor.visitInteger(GameRules.Key<GameRules.IntegerValue> key, GameRules.Type<GameRules.IntegerValue> type) Constructor parameters in net.minecraft.world.level with type arguments of type GameRules.IntegerValueModifierConstructorDescriptionIntegerValue(GameRules.Type<GameRules.IntegerValue> type, int value)