Uses of Class
net.minecraft.util.RangedInteger
-
-
Uses of RangedInteger in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as RangedInteger Modifier and Type Field Description private RangedIntegerPiglinIdleActivityTask. durationOfCopyprivate RangedIntegerChildFollowNearestAdultTask. followRangeprivate RangedIntegerRunSometimesTask. intervalConstructors in net.minecraft.entity.ai.brain.task with parameters of type RangedInteger Constructor Description ChildFollowNearestAdultTask(RangedInteger p_i231508_1_, float p_i231508_2_)PiglinIdleActivityTask(java.util.function.Predicate<E> p_i231513_1_, MemoryModuleType<? extends T> p_i231513_2_, MemoryModuleType<T> p_i231513_3_, RangedInteger p_i231513_4_)RunSometimesTask(Task<? super E> p_i231531_1_, boolean p_i231531_2_, RangedInteger p_i231531_3_)RunSometimesTask(Task<? super E> p_i231530_1_, RangedInteger p_i231530_2_) -
Uses of RangedInteger in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as RangedInteger Modifier and Type Field Description static RangedIntegerRangedCrossbowAttackGoal. PATHFINDING_DELAY_RANGE -
Uses of RangedInteger in net.minecraft.entity.monster
Fields in net.minecraft.entity.monster declared as RangedInteger Modifier and Type Field Description private static RangedIntegerHoglinTasks. ADULT_FOLLOW_RANGEprivate static RangedIntegerZombifiedPiglinEntity. ALERT_INTERVALprivate static RangedIntegerZombifiedPiglinEntity. FIRST_ANGER_SOUND_DELAYprivate static RangedIntegerEndermanEntity. PERSISTENT_ANGER_TIMEprivate static RangedIntegerZombifiedPiglinEntity. PERSISTENT_ANGER_TIMEprivate static RangedIntegerHoglinTasks. RETREAT_DURATION -
Uses of RangedInteger in net.minecraft.entity.monster.piglin
Fields in net.minecraft.entity.monster.piglin declared as RangedInteger Modifier and Type Field Description private static RangedIntegerPiglinTasks. AVOID_ZOMBIFIED_DURATIONprivate static RangedIntegerPiglinTasks. BABY_AVOID_NEMESIS_DURATIONprivate static RangedIntegerPiglinTasks. RETREAT_DURATIONprivate static RangedIntegerPiglinTasks. RIDE_DURATIONprivate static RangedIntegerPiglinTasks. RIDE_START_INTERVALprivate static RangedIntegerPiglinTasks. TIME_BETWEEN_HUNTS -
Uses of RangedInteger in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as RangedInteger Modifier and Type Field Description private static RangedIntegerBeeEntity. PERSISTENT_ANGER_TIMEprivate static RangedIntegerIronGolemEntity. PERSISTENT_ANGER_TIMEprivate static RangedIntegerPolarBearEntity. PERSISTENT_ANGER_TIMEprivate static RangedIntegerWolfEntity. PERSISTENT_ANGER_TIME -
Uses of RangedInteger in net.minecraft.util
Methods in net.minecraft.util that return RangedInteger Modifier and Type Method Description static RangedIntegerRangedInteger. of(int p_233017_0_, int p_233017_1_)static RangedIntegerTickRangeConverter. rangeOfSeconds(int p_233037_0_, int p_233037_1_)
-