Uses of Class
net.minecraft.util.math.intprovider.UniformIntProvider
Packages that use UniformIntProvider
Package
Description
-
Uses of UniformIntProvider in net.minecraft.block
Fields in net.minecraft.block declared as UniformIntProviderConstructors in net.minecraft.block with parameters of type UniformIntProviderModifierConstructorDescriptionOreBlock(AbstractBlock.Settings settings, UniformIntProvider experienceDropped)
-
Uses of UniformIntProvider in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type UniformIntProviderModifier 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
Methods in net.minecraft.entity.ai that return UniformIntProviderModifier and TypeMethodDescriptionstatic UniformIntProvider
Durations.betweenSeconds(int min, int max)
-
Uses of UniformIntProvider in net.minecraft.entity.ai.brain.task
Fields in net.minecraft.entity.ai.brain.task declared as UniformIntProviderModifier and TypeFieldDescriptionprivate UniformIntProvider
LeapingChargeTask.cooldownRange
private UniformIntProvider
LongJumpTask.cooldownRange
private UniformIntProvider
MemoryTransferTask.duration
private UniformIntProvider
WalkTowardClosestAdultTask.executionRange
private UniformIntProvider
TimeLimitedTask.timeRange
Fields in net.minecraft.entity.ai.brain.task with type parameters of type UniformIntProviderModifier and TypeFieldDescriptionprivate Function<E,UniformIntProvider>
RamImpactTask.cooldownRangeFactory
Constructors in net.minecraft.entity.ai.brain.task with parameters of type UniformIntProviderModifierConstructorDescriptionLeapingChargeTask(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)
Constructor parameters in net.minecraft.entity.ai.brain.task with type arguments of type UniformIntProviderModifierConstructorDescriptionRamImpactTask(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
Fields in net.minecraft.entity.ai.goal declared as UniformIntProvider -
Uses of UniformIntProvider in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as UniformIntProviderModifier 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
Fields in net.minecraft.entity.passive declared as UniformIntProviderModifier 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
Fields in net.minecraft.util.math.intprovider with type parameters of type UniformIntProviderModifier and TypeFieldDescriptionstatic com.mojang.serialization.Codec<UniformIntProvider>
UniformIntProvider.CODEC
static IntProviderType<UniformIntProvider>
IntProviderType.UNIFORM
Methods in net.minecraft.util.math.intprovider that return UniformIntProviderModifier and TypeMethodDescriptionstatic UniformIntProvider
UniformIntProvider.create(int min, int max)