Uses of Class
net.minecraft.util.valueproviders.UniformInt
Packages that use UniformInt
Package
Description
-
Uses of UniformInt in net.minecraft.util
Methods in net.minecraft.util that return UniformIntModifier and TypeMethodDescriptionstatic UniformIntTimeUtil.rangeOfSeconds(int p_145021_, int p_145022_)Methods in net.minecraft.util with parameters of type UniformIntModifier and TypeMethodDescriptionstatic voidParticleUtils.spawnParticlesAlongAxis(Direction.Axis p_144968_, Level p_144969_, BlockPos p_144970_, double p_144971_, ParticleOptions p_144972_, UniformInt p_144973_)static voidParticleUtils.spawnParticlesOnBlockFaces(Level p_144963_, BlockPos p_144964_, ParticleOptions p_144965_, UniformInt p_144966_) -
Uses of UniformInt in net.minecraft.util.valueproviders
Fields in net.minecraft.util.valueproviders with type parameters of type UniformIntModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<UniformInt>UniformInt.CODECstatic IntProviderType<UniformInt>IntProviderType.UNIFORMMethods in net.minecraft.util.valueproviders that return UniformInt -
Uses of UniformInt in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as UniformIntModifier and TypeFieldDescriptionprivate UniformIntCopyMemoryWithExpiry.durationOfCopyprivate UniformIntBabyFollowAdult.followRangeprivate UniformIntRunSometimes.intervalprivate UniformIntLongJumpMidJump.timeBetweenLongJumpsprivate UniformIntLongJumpToRandomPos.timeBetweenLongJumpsFields in net.minecraft.world.entity.ai.behavior with type parameters of type UniformIntConstructors in net.minecraft.world.entity.ai.behavior with parameters of type UniformIntModifierConstructorDescriptionBabyFollowAdult(UniformInt p_147414_, float p_147415_)BabyFollowAdult(UniformInt p_147417_, Function<LivingEntity,Float> p_147418_)CopyMemoryWithExpiry(Predicate<E> p_147456_, MemoryModuleType<? extends T> p_147457_, MemoryModuleType<T> p_147458_, UniformInt p_147459_)LongJumpMidJump(UniformInt p_147596_, SoundEvent p_147597_)LongJumpToRandomPos(UniformInt p_147637_, int p_147638_, int p_147639_, float p_147640_, Function<E,SoundEvent> p_147641_)RunSometimes(Behavior<? super E> p_147877_, boolean p_147878_, UniformInt p_147879_)RunSometimes(Behavior<? super E> p_147874_, UniformInt p_147875_)Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type UniformIntModifierConstructorDescriptionRamTarget(Function<E,UniformInt> p_182335_, TargetingConditions p_182336_, float p_182337_, ToDoubleFunction<E> p_182338_, Function<E,SoundEvent> p_182339_) -
Uses of UniformInt in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as UniformIntModifier and TypeFieldDescriptionstatic UniformIntRangedCrossbowAttackGoal.PATHFINDING_DELAY_RANGE -
Uses of UniformInt in net.minecraft.world.entity.animal
Fields in net.minecraft.world.entity.animal declared as UniformIntModifier and TypeFieldDescriptionprivate static UniformIntprivate static UniformIntIronGolem.PERSISTENT_ANGER_TIMEprivate static UniformIntPolarBear.PERSISTENT_ANGER_TIMEprivate static UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.axolotl
Fields in net.minecraft.world.entity.animal.axolotl declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.goat
Fields in net.minecraft.world.entity.animal.goat declared as UniformIntModifier and TypeFieldDescriptionprivate static UniformIntGoatAi.ADULT_FOLLOW_RANGEprivate static UniformIntGoatAi.TIME_BETWEEN_LONG_JUMPSprivate static UniformIntGoatAi.TIME_BETWEEN_RAMSprivate static UniformIntGoatAi.TIME_BETWEEN_RAMS_SCREAMER -
Uses of UniformInt in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as UniformIntModifier and TypeFieldDescriptionprivate static UniformIntZombifiedPiglin.ALERT_INTERVALprivate static UniformIntZombifiedPiglin.FIRST_ANGER_SOUND_DELAYprivate static UniformIntEnderMan.PERSISTENT_ANGER_TIMEprivate static UniformIntZombifiedPiglin.PERSISTENT_ANGER_TIME -
Uses of UniformInt in net.minecraft.world.entity.monster.hoglin
Fields in net.minecraft.world.entity.monster.hoglin declared as UniformIntModifier and TypeFieldDescriptionprivate static UniformIntHoglinAi.ADULT_FOLLOW_RANGEprivate static UniformIntHoglinAi.RETREAT_DURATION -
Uses of UniformInt in net.minecraft.world.entity.monster.piglin
Fields in net.minecraft.world.entity.monster.piglin declared as UniformIntModifier and TypeFieldDescriptionprivate static UniformIntPiglinAi.AVOID_ZOMBIFIED_DURATIONprivate static UniformIntPiglinAi.BABY_AVOID_NEMESIS_DURATIONprivate static UniformIntPiglinAi.RETREAT_DURATIONprivate static UniformIntPiglinAi.RIDE_DURATIONprivate static UniformIntPiglinAi.RIDE_START_INTERVALprivate static UniformIntPiglinAi.TIME_BETWEEN_HUNTS -
Uses of UniformInt in net.minecraft.world.level.block
Fields in net.minecraft.world.level.block declared as UniformIntConstructors in net.minecraft.world.level.block with parameters of type UniformIntModifierConstructorDescriptionOreBlock(BlockBehaviour.Properties p_153992_, UniformInt p_153993_)