Uses of Class
net.minecraft.util.math.intprovider.UniformIntProvider
Package
Description
-
Uses of UniformIntProvider in net.minecraft.block
ModifierConstructorDescriptionOreBlock(AbstractBlock.Settings settings, UniformIntProvider experienceDropped)
-
Uses of UniformIntProvider in net.minecraft.client.util
Modifier and TypeMethodDescriptionstatic void
ParticleUtil.spawnParticle(Direction.Axis axis, World world, BlockPos pos, double variance, ParticleEffect effect, UniformIntProvider range)
static void
ParticleUtil.spawnParticle(World world, BlockPos pos, ParticleEffect effect, UniformIntProvider range)
-
Uses of UniformIntProvider in net.minecraft.entity.ai
Modifier and TypeMethodDescriptionstatic UniformIntProvider
Durations.betweenSeconds(int min, int max)
-
Uses of UniformIntProvider in net.minecraft.entity.ai.brain.task
Modifier and TypeFieldDescriptionprivate UniformIntProvider
LeapingChargeTask.cooldownRange
private UniformIntProvider
LongJumpTask.cooldownRange
private UniformIntProvider
MemoryTransferTask.duration
private UniformIntProvider
WalkTowardClosestAdultTask.executionRange
private UniformIntProvider
TimeLimitedTask.timeRange
Modifier and TypeFieldDescriptionprivate Function<E,UniformIntProvider>
RamImpactTask.cooldownRangeFactory
ModifierConstructorDescriptionLeapingChargeTask(UniformIntProvider cooldownRange, SoundEvent soundEvent)
LongJumpTask(UniformIntProvider cooldownRange, int verticalRange, int horizontalRange, float maxRange, Function<E,SoundEvent> function)
MemoryTransferTask(Predicate<E> runPredicate, MemoryModuleType<? extends T> sourceType, MemoryModuleType<T> targetType, UniformIntProvider duration)
TimeLimitedTask(Task<? super E> delegate, boolean skipFirstRun, UniformIntProvider timeRange)
TimeLimitedTask(Task<? super E> delegate, UniformIntProvider timeRange)
WalkTowardClosestAdultTask(UniformIntProvider executionRange, float speed)
WalkTowardClosestAdultTask(UniformIntProvider executionRange, Function<LivingEntity,Float> speed)
ModifierConstructorDescriptionRamImpactTask(Function<E,UniformIntProvider> cooldownRangeFactory, TargetPredicate targetPredicate, ToIntFunction<E> damage, float speed, ToDoubleFunction<E> strengthMultiplierFactory, Function<E,SoundEvent> soundFactory)
-
Uses of UniformIntProvider in net.minecraft.entity.ai.goal
-
Uses of UniformIntProvider in net.minecraft.entity.mob
Modifier and TypeFieldDescriptionprivate static UniformIntProvider
ZombifiedPiglinEntity.ANGER_PASSING_COOLDOWN_RANGE
private static UniformIntProvider
EndermanEntity.ANGER_TIME_RANGE
private static UniformIntProvider
ZombifiedPiglinEntity.ANGER_TIME_RANGE
private static UniformIntProvider
ZombifiedPiglinEntity.ANGRY_SOUND_DELAY_RANGE
private static UniformIntProvider
HoglinBrain.AVOID_MEMORY_DURATION
private static UniformIntProvider
PiglinBrain.AVOID_MEMORY_DURATION
private static UniformIntProvider
PiglinBrain.GO_TO_NEMESIS_MEMORY_DURATION
private static UniformIntProvider
PiglinBrain.GO_TO_ZOMBIFIED_MEMORY_DURATION
private static UniformIntProvider
PiglinBrain.HUNT_MEMORY_DURATION
private static UniformIntProvider
PiglinBrain.MEMORY_TRANSFER_TASK_DURATION
private static UniformIntProvider
PiglinBrain.RIDE_TARGET_MEMORY_DURATION
private static UniformIntProvider
HoglinBrain.WALK_TOWARD_CLOSEST_ADULT_RANGE
-
Uses of UniformIntProvider in net.minecraft.entity.passive
Modifier and TypeFieldDescriptionprivate static UniformIntProvider
BeeEntity.ANGER_TIME_RANGE
private static UniformIntProvider
IronGolemEntity.ANGER_TIME_RANGE
private static UniformIntProvider
PolarBearEntity.ANGER_TIME_RANGE
private static UniformIntProvider
WolfEntity.ANGER_TIME_RANGE
private static UniformIntProvider
GoatBrain.LONG_JUMP_COOLDOWN_RANGE
private static UniformIntProvider
GoatBrain.RAM_COOLDOWN_RANGE
private static UniformIntProvider
GoatBrain.SCREAMING_RAM_COOLDOWN_RANGE
private static UniformIntProvider
AxolotlBrain.WALK_TOWARD_ADULT_RANGE
private static UniformIntProvider
GoatBrain.WALKING_SPEED
-
Uses of UniformIntProvider in net.minecraft.util.math.intprovider
Modifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<UniformIntProvider>
UniformIntProvider.CODEC
static IntProviderType<UniformIntProvider>
IntProviderType.UNIFORM
Modifier and TypeMethodDescriptionstatic UniformIntProvider
UniformIntProvider.create(int min, int max)