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 pLabel, List<FormattedCharSequence> pTooltip, String p_101177_, GameRules.IntegerValue pValue) -
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 pDefaultValue) (package private) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int pDefaultValue, int pMin, int pMax, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int pDefaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) Methods in net.minecraft.world.level with parameters of type GameRules.IntegerValueModifier and TypeMethodDescriptionvoidGameRules.IntegerValue.setFrom(GameRules.IntegerValue pValue, MinecraftServer pServer) 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 pDefaultValue, int pMin, int pMax, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) static GameRules.Type<GameRules.IntegerValue> GameRules.IntegerValue.create(int pDefaultValue, BiConsumer<MinecraftServer, GameRules.IntegerValue> pChangeListener) intGameRules.getInt(GameRules.Key<GameRules.IntegerValue> pKey) default voidGameRules.GameRuleTypeVisitor.visitInteger(GameRules.Key<GameRules.IntegerValue> pKey, GameRules.Type<GameRules.IntegerValue> pType) default voidGameRules.GameRuleTypeVisitor.visitInteger(GameRules.Key<GameRules.IntegerValue> pKey, GameRules.Type<GameRules.IntegerValue> pType) Constructor parameters in net.minecraft.world.level with type arguments of type GameRules.IntegerValueModifierConstructorDescriptionIntegerValue(GameRules.Type<GameRules.IntegerValue> pType, int pValue)