Uses of Class
net.minecraft.world.GameRules.IntegerValue
Packages that use GameRules.IntegerValue
-
Uses of GameRules.IntegerValue in net.minecraft.client.gui.screen
Constructors 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.world
Fields in net.minecraft.world with type parameters of type GameRules.IntegerValueModifier and TypeFieldDescriptionstatic final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_MAX_COMMAND_CHAIN_LENGTH
static final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_MAX_ENTITY_CRAMMING
static final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_RANDOMTICKING
static final GameRules.RuleKey<GameRules.IntegerValue>
GameRules.RULE_SPAWN_RADIUS
Methods in net.minecraft.world that return GameRules.IntegerValueModifier and TypeMethodDescriptionprotected GameRules.IntegerValue
GameRules.IntegerValue.copy()
protected GameRules.IntegerValue
GameRules.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 TypeMethodDescriptionvoid
GameRules.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_) int
GameRules.getInt
(GameRules.RuleKey<GameRules.IntegerValue> p_223592_1_) default void
GameRules.IRuleEntryVisitor.visitInteger
(GameRules.RuleKey<GameRules.IntegerValue> p_230483_1_, GameRules.RuleType<GameRules.IntegerValue> p_230483_2_) default void
GameRules.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_)