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_) -
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
SetEntityLookTargetSometimes.Ticker.interval
private final UniformInt
LongJumpMidJump.timeBetweenLongJumps
private final UniformInt
LongJumpToRandomPos.timeBetweenLongJumps
Modifier and TypeFieldDescriptionprivate final Function<Goat,
UniformInt> RamTarget.getTimeBetweenRams
Modifier and TypeMethodDescriptionstatic OneShot<AgeableMob>
BabyFollowAdult.create
(UniformInt p_260109_, float p_259621_) static OneShot<AgeableMob>
BabyFollowAdult.create
(UniformInt p_259321_, Function<LivingEntity, Float> p_259190_) static <E extends LivingEntity,
T>
BehaviorControl<E>CopyMemoryWithExpiry.create
(Predicate<E> p_260270_, MemoryModuleType<? extends T> p_260344_, MemoryModuleType<T> p_260014_, UniformInt p_259596_) static BehaviorControl<LivingEntity>
SetEntityLookTargetSometimes.create
(float p_259047_, UniformInt p_260065_) Deprecated.private static BehaviorControl<LivingEntity>
SetEntityLookTargetSometimes.create
(float p_260336_, UniformInt p_259266_, Predicate<LivingEntity> p_260173_) Deprecated.static BehaviorControl<LivingEntity>
SetEntityLookTargetSometimes.create
(EntityType<?> p_259588_, float p_259105_, UniformInt p_259422_) Deprecated.ModifierConstructorDescriptionLongJumpMidJump
(UniformInt p_147596_, SoundEvent p_147597_) LongJumpToPreferredBlock
(UniformInt p_250024_, int p_249524_, int p_250434_, float p_252307_, Function<E, SoundEvent> p_248661_, TagKey<Block> p_251760_, float p_249002_, BiPredicate<E, BlockPos> p_251818_) LongJumpToRandomPos
(UniformInt p_147637_, int p_147638_, int p_147639_, float p_147640_, Function<E, SoundEvent> p_147641_) LongJumpToRandomPos
(UniformInt p_251244_, int p_248763_, int p_251698_, float p_250165_, Function<E, SoundEvent> p_249738_, BiPredicate<E, BlockPos> p_249945_) Ticker
(UniformInt p_260279_) ModifierConstructorDescriptionRamTarget
(Function<Goat, UniformInt> p_217342_, TargetingConditions p_217343_, float p_217344_, ToDoubleFunction<Goat> p_217345_, Function<Goat, SoundEvent> p_217346_, Function<Goat, SoundEvent> p_217347_) -
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.camel
-
Uses of UniformInt in net.minecraft.world.entity.animal.frog
-
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
protected static final UniformInt
PiglinAi.TIME_BETWEEN_HUNTS
-
Uses of UniformInt in net.minecraft.world.level.levelgen.feature.trunkplacers
Modifier and TypeFieldDescriptionprivate final UniformInt
CherryTrunkPlacer.branchStartOffsetFromTop
private final UniformInt
CherryTrunkPlacer.secondBranchStartOffsetFromTop
Modifier and TypeFieldDescriptionprivate static final com.mojang.serialization.Codec<UniformInt>
CherryTrunkPlacer.BRANCH_START_CODEC
ModifierConstructorDescriptionCherryTrunkPlacer
(int p_273281_, int p_273327_, int p_272619_, IntProvider p_272873_, IntProvider p_272789_, UniformInt p_272917_, IntProvider p_272948_)