Uses of Record 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 minInclusive, int maxInclusive) Methods in net.minecraft.util with parameters of type UniformIntModifier and TypeMethodDescriptionstatic voidParticleUtils.spawnParticlesAlongAxis(Direction.Axis attachedAxis, Level level, BlockPos pos, double radius, ParticleOptions particle, UniformInt sparkCount) -
Uses of UniformInt in net.minecraft.util.valueproviders
Fields in net.minecraft.util.valueproviders with type parameters of type UniformIntMethods in net.minecraft.util.valueproviders that return UniformIntModifier and TypeMethodDescriptionstatic UniformIntUniformInt.of(int minInclusive, int maxInclusive) Methods in net.minecraft.util.valueproviders that return types with arguments of type UniformInt -
Uses of UniformInt in net.minecraft.world.entity.ai.behavior
Fields in net.minecraft.world.entity.ai.behavior declared as UniformIntModifier and TypeFieldDescriptionprivate final UniformIntSetEntityLookTargetSometimes.Ticker.intervalprivate final UniformIntLongJumpMidJump.timeBetweenLongJumpsprivate final UniformIntLongJumpToRandomPos.timeBetweenLongJumpsFields in net.minecraft.world.entity.ai.behavior with type parameters of type UniformIntModifier and TypeFieldDescriptionprivate final Function<Goat, UniformInt> RamTarget.getTimeBetweenRamsMethods in net.minecraft.world.entity.ai.behavior with parameters of type UniformIntModifier and TypeMethodDescriptionstatic OneShot<LivingEntity> BabyFollowAdult.create(UniformInt followRange, float speedModifier) static OneShot<LivingEntity> BabyFollowAdult.create(UniformInt followRange, Function<LivingEntity, Float> speedModifier, MemoryModuleType<? extends LivingEntity> nearestVisibleType, boolean targetEye) static <E extends LivingEntity, T>
BehaviorControl<E> CopyMemoryWithExpiry.create(Predicate<E> copyIfTrue, MemoryModuleType<? extends T> sourceMemory, MemoryModuleType<T> targetMemory, UniformInt durationOfCopy) static BehaviorControl<LivingEntity> SetEntityLookTargetSometimes.create(float maxDist, UniformInt interval) Deprecated.private static BehaviorControl<LivingEntity> SetEntityLookTargetSometimes.create(float maxDist, UniformInt interval, Predicate<LivingEntity> predicate) Deprecated.static BehaviorControl<LivingEntity> SetEntityLookTargetSometimes.create(EntityType<?> type, float maxDist, UniformInt interval) Deprecated.Constructors in net.minecraft.world.entity.ai.behavior with parameters of type UniformIntModifierConstructorDescriptionLongJumpMidJump(UniformInt timeBetweenLongJumps, SoundEvent landingSound) LongJumpToPreferredBlock(UniformInt timeBetweenLongJumps, int maxLongJumpHeight, int maxLongJumpWidth, float maxJumpVelocity, Function<E, SoundEvent> getJumpSound, TagKey<Block> preferredBlockTag, float preferredBlocksChance, BiPredicate<E, BlockPos> acceptableLandingSpot) LongJumpToRandomPos(UniformInt timeBetweenLongJumps, int maxLongJumpHeight, int maxLongJumpWidth, float maxJumpVelocityMultiplier, Function<E, SoundEvent> getJumpSound) LongJumpToRandomPos(UniformInt timeBetweenLongJumps, int maxLongJumpHeight, int maxLongJumpWidth, float maxJumpVelocityMultiplier, Function<E, SoundEvent> getJumpSound, BiPredicate<E, BlockPos> acceptableLandingSpot) Ticker(UniformInt interval) Constructor parameters in net.minecraft.world.entity.ai.behavior with type arguments of type UniformIntModifierConstructorDescriptionRamTarget(Function<Goat, UniformInt> getTimeBetweenRams, TargetingConditions ramTargeting, float speed, ToDoubleFunction<Goat> getKnockbackForce, Function<Goat, SoundEvent> getImpactSound, Function<Goat, SoundEvent> getHornBreakSound) -
Uses of UniformInt in net.minecraft.world.entity.ai.goal
Fields in net.minecraft.world.entity.ai.goal declared as UniformIntModifier and TypeFieldDescriptionstatic final UniformIntRangedCrossbowAttackGoal.PATHFINDING_DELAY_RANGE -
Uses of UniformInt in net.minecraft.world.entity.animal.armadillo
Fields in net.minecraft.world.entity.animal.armadillo declared as 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.bee
Fields in net.minecraft.world.entity.animal.bee declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.camel
Fields in net.minecraft.world.entity.animal.camel declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.frog
Fields in net.minecraft.world.entity.animal.frog 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 final UniformIntGoatAi.ADULT_FOLLOW_RANGEprivate static final UniformIntGoatAi.TIME_BETWEEN_LONG_JUMPSprivate static final UniformIntGoatAi.TIME_BETWEEN_RAMSprivate static final UniformIntGoatAi.TIME_BETWEEN_RAMS_SCREAMER -
Uses of UniformInt in net.minecraft.world.entity.animal.golem
Fields in net.minecraft.world.entity.animal.golem declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.happyghast
Fields in net.minecraft.world.entity.animal.happyghast declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.nautilus
Fields in net.minecraft.world.entity.animal.nautilus declared as UniformIntModifier and TypeFieldDescriptionprivate static final UniformIntNautilusAi.TIME_BETWEEN_NON_PLAYER_ATTACKS -
Uses of UniformInt in net.minecraft.world.entity.animal.polarbear
Fields in net.minecraft.world.entity.animal.polarbear declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.animal.wolf
Fields in net.minecraft.world.entity.animal.wolf declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.monster
Fields in net.minecraft.world.entity.monster declared as UniformInt -
Uses of UniformInt in net.minecraft.world.entity.monster.hoglin
Fields in net.minecraft.world.entity.monster.hoglin declared as UniformIntModifier and TypeFieldDescriptionprivate static final UniformIntHoglinAi.ADULT_FOLLOW_RANGEprivate static final 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 final UniformIntPiglinAi.AVOID_ZOMBIFIED_DURATIONprivate static final UniformIntPiglinAi.BABY_AVOID_NEMESIS_DURATIONprivate static final UniformIntPiglinAi.RETREAT_DURATIONprivate static final UniformIntPiglinAi.RIDE_DURATIONprivate static final UniformIntPiglinAi.RIDE_START_INTERVALprotected static final UniformIntPiglinAi.TIME_BETWEEN_HUNTS -
Uses of UniformInt in net.minecraft.world.entity.monster.zombie
Fields in net.minecraft.world.entity.monster.zombie declared as UniformIntModifier and TypeFieldDescriptionprivate static final UniformIntZombifiedPiglin.ALERT_INTERVALprivate static final UniformIntZombifiedPiglin.FIRST_ANGER_SOUND_DELAYprivate static final UniformIntZombifiedPiglin.PERSISTENT_ANGER_TIME -
Uses of UniformInt in net.minecraft.world.level.levelgen.feature.trunkplacers
Fields in net.minecraft.world.level.levelgen.feature.trunkplacers declared as UniformIntModifier and TypeFieldDescriptionprivate final UniformIntCherryTrunkPlacer.branchStartOffsetFromTopprivate final UniformIntCherryTrunkPlacer.secondBranchStartOffsetFromTopFields in net.minecraft.world.level.levelgen.feature.trunkplacers with type parameters of type UniformIntModifier and TypeFieldDescriptionprivate static final Codec<UniformInt> CherryTrunkPlacer.BRANCH_START_CODECConstructors in net.minecraft.world.level.levelgen.feature.trunkplacers with parameters of type UniformIntModifierConstructorDescriptionCherryTrunkPlacer(int baseHeight, int heightRandA, int heightRandB, IntProvider branchCount, IntProvider branchHorizontalLength, UniformInt branchStartOffsetFromTop, IntProvider branchEndOffsetFromTop)