Uses of Class
net.minecraft.world.GameRules.IntegerValue
Packages that use GameRules.IntegerValue
- 
Uses of GameRules.IntegerValue in net.minecraft.client.gui.screenConstructors in net.minecraft.client.gui.screen with parameters of type GameRules.IntegerValueModifierConstructorDescriptionIntegerEntry(ITextComponent p_i232314_2_, List<IReorderingProcessor> p_i232314_3_, String p_i232314_4_, GameRules.IntegerValue p_i232314_5_) 
- 
Uses of GameRules.IntegerValue in net.minecraft.worldFields in net.minecraft.world with type parameters of type GameRules.IntegerValueModifier and TypeFieldDescriptionstatic final GameRules.RuleKey<GameRules.IntegerValue>GameRules.RULE_MAX_COMMAND_CHAIN_LENGTHstatic final GameRules.RuleKey<GameRules.IntegerValue>GameRules.RULE_MAX_ENTITY_CRAMMINGstatic final GameRules.RuleKey<GameRules.IntegerValue>GameRules.RULE_RANDOMTICKINGstatic final GameRules.RuleKey<GameRules.IntegerValue>GameRules.RULE_SPAWN_RADIUSMethods in net.minecraft.world that return GameRules.IntegerValueModifier and TypeMethodDescriptionprotected GameRules.IntegerValueGameRules.IntegerValue.copy()protected GameRules.IntegerValueGameRules.IntegerValue.getSelf()Methods in net.minecraft.world that return types with arguments of type GameRules.IntegerValueModifier and TypeMethodDescriptionprivate static GameRules.RuleType<GameRules.IntegerValue>GameRules.IntegerValue.create(int p_223559_0_) private static GameRules.RuleType<GameRules.IntegerValue>GameRules.IntegerValue.create(int p_223564_0_, BiConsumer<MinecraftServer, GameRules.IntegerValue> p_223564_1_) Methods in net.minecraft.world with parameters of type GameRules.IntegerValueModifier and TypeMethodDescriptionvoidGameRules.IntegerValue.setFrom(GameRules.IntegerValue p_230313_1_, MinecraftServer p_230313_2_) Method parameters in net.minecraft.world with type arguments of type GameRules.IntegerValueModifier and TypeMethodDescriptionprivate static GameRules.RuleType<GameRules.IntegerValue>GameRules.IntegerValue.create(int p_223564_0_, BiConsumer<MinecraftServer, GameRules.IntegerValue> p_223564_1_) intGameRules.getInt(GameRules.RuleKey<GameRules.IntegerValue> p_223592_1_) default voidGameRules.IRuleEntryVisitor.visitInteger(GameRules.RuleKey<GameRules.IntegerValue> p_230483_1_, GameRules.RuleType<GameRules.IntegerValue> p_230483_2_) default voidGameRules.IRuleEntryVisitor.visitInteger(GameRules.RuleKey<GameRules.IntegerValue> p_230483_1_, GameRules.RuleType<GameRules.IntegerValue> p_230483_2_) Constructor parameters in net.minecraft.world with type arguments of type GameRules.IntegerValueModifierConstructorDescriptionIntegerValue(GameRules.RuleType<GameRules.IntegerValue> p_i51534_1_, int p_i51534_2_)