Uses of Class
net.minecraft.util.valueproviders.UniformInt
Package
Description
-
Uses of UniformInt in net.minecraft.util
Modifier and TypeMethodDescriptionstatic UniformInt
TimeUtil.rangeOfSeconds
(int p_145021_, int p_145022_) Modifier and TypeMethodDescriptionstatic void
ParticleUtils.spawnParticlesAlongAxis
(Direction.Axis p_144968_, Level p_144969_, BlockPos p_144970_, double p_144971_, ParticleOptions p_144972_, UniformInt p_144973_) static void
ParticleUtils.spawnParticlesOnBlockFaces
(Level p_144963_, BlockPos p_144964_, ParticleOptions p_144965_, UniformInt p_144966_) -
Uses of UniformInt in net.minecraft.util.valueproviders
Modifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<UniformInt>
UniformInt.CODEC
static final IntProviderType<UniformInt>
IntProviderType.UNIFORM
-
Uses of UniformInt in net.minecraft.world.entity.ai.behavior
Modifier and TypeFieldDescriptionprivate final UniformInt
CopyMemoryWithExpiry.durationOfCopy
private final UniformInt
BabyFollowAdult.followRange
private final UniformInt
RunSometimes.interval
private final UniformInt
LongJumpMidJump.timeBetweenLongJumps
private final UniformInt
LongJumpToRandomPos.timeBetweenLongJumps
Modifier and TypeFieldDescriptionprivate final Function<E,
UniformInt> RamTarget.getTimeBetweenRams
ModifierConstructorDescriptionBabyFollowAdult
(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_) ModifierConstructorDescriptionRamTarget
(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
Modifier and TypeFieldDescriptionstatic final UniformInt
RangedCrossbowAttackGoal.PATHFINDING_DELAY_RANGE
-
Uses of UniformInt in net.minecraft.world.entity.animal
Modifier and TypeFieldDescriptionprivate static final UniformInt
private static final UniformInt
IronGolem.PERSISTENT_ANGER_TIME
private static final UniformInt
PolarBear.PERSISTENT_ANGER_TIME
private static final UniformInt
-
Uses of UniformInt in net.minecraft.world.entity.animal.axolotl
-
Uses of UniformInt in net.minecraft.world.entity.animal.goat
Modifier and TypeFieldDescriptionprivate static final UniformInt
GoatAi.ADULT_FOLLOW_RANGE
private static final UniformInt
GoatAi.TIME_BETWEEN_LONG_JUMPS
private static final UniformInt
GoatAi.TIME_BETWEEN_RAMS
private static final UniformInt
GoatAi.TIME_BETWEEN_RAMS_SCREAMER
-
Uses of UniformInt in net.minecraft.world.entity.monster
Modifier and TypeFieldDescriptionprivate static final UniformInt
ZombifiedPiglin.ALERT_INTERVAL
private static final UniformInt
ZombifiedPiglin.FIRST_ANGER_SOUND_DELAY
private static final UniformInt
EnderMan.PERSISTENT_ANGER_TIME
private static final UniformInt
ZombifiedPiglin.PERSISTENT_ANGER_TIME
-
Uses of UniformInt in net.minecraft.world.entity.monster.hoglin
Modifier and TypeFieldDescriptionprivate static final UniformInt
HoglinAi.ADULT_FOLLOW_RANGE
private static final UniformInt
HoglinAi.RETREAT_DURATION
-
Uses of UniformInt in net.minecraft.world.entity.monster.piglin
Modifier and TypeFieldDescriptionprivate static final UniformInt
PiglinAi.AVOID_ZOMBIFIED_DURATION
private static final UniformInt
PiglinAi.BABY_AVOID_NEMESIS_DURATION
private static final UniformInt
PiglinAi.RETREAT_DURATION
private static final UniformInt
PiglinAi.RIDE_DURATION
private static final UniformInt
PiglinAi.RIDE_START_INTERVAL
private static final UniformInt
PiglinAi.TIME_BETWEEN_HUNTS
-
Uses of UniformInt in net.minecraft.world.level.block
ModifierConstructorDescriptionOreBlock
(BlockBehaviour.Properties p_153992_, UniformInt p_153993_)