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 voidParticleUtil.spawnParticle(Direction.Axis axis, World world, BlockPos pos, double variance, ParticleEffect effect, UniformIntProvider range) static voidParticleUtil.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 UniformIntProviderDurations.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 final UniformIntProviderLeapingChargeTask.cooldownRangeprivate final UniformIntProviderLongJumpTask.cooldownRangeprivate final UniformIntProviderMemoryTransferTask.durationprivate final UniformIntProviderWalkTowardClosestAdultTask.executionRangeprivate final UniformIntProviderTimeLimitedTask.timeRangeFields in net.minecraft.entity.ai.brain.task with type parameters of type UniformIntProviderModifier and TypeFieldDescriptionprivate final Function<E,UniformIntProvider> RamImpactTask.cooldownRangeFactoryConstructors 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 UniformIntProviderModifier and TypeFieldDescriptionstatic final UniformIntProviderCrossbowAttackGoal.COOLDOWN_RANGE -
Uses of UniformIntProvider in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as UniformIntProviderModifier and TypeFieldDescriptionprivate static final UniformIntProviderZombifiedPiglinEntity.ANGER_PASSING_COOLDOWN_RANGEprivate static final UniformIntProviderEndermanEntity.ANGER_TIME_RANGEprivate static final UniformIntProviderZombifiedPiglinEntity.ANGER_TIME_RANGEprivate static final UniformIntProviderZombifiedPiglinEntity.ANGRY_SOUND_DELAY_RANGEprivate static final UniformIntProviderHoglinBrain.AVOID_MEMORY_DURATIONprivate static final UniformIntProviderPiglinBrain.AVOID_MEMORY_DURATIONprivate static final UniformIntProviderPiglinBrain.GO_TO_NEMESIS_MEMORY_DURATIONprivate static final UniformIntProviderPiglinBrain.GO_TO_ZOMBIFIED_MEMORY_DURATIONprivate static final UniformIntProviderPiglinBrain.HUNT_MEMORY_DURATIONprivate static final UniformIntProviderPiglinBrain.MEMORY_TRANSFER_TASK_DURATIONprivate static final UniformIntProviderPiglinBrain.RIDE_TARGET_MEMORY_DURATIONprivate static final UniformIntProviderHoglinBrain.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 final UniformIntProviderBeeEntity.ANGER_TIME_RANGEprivate static final UniformIntProviderIronGolemEntity.ANGER_TIME_RANGEprivate static final UniformIntProviderPolarBearEntity.ANGER_TIME_RANGEprivate static final UniformIntProviderWolfEntity.ANGER_TIME_RANGEprivate static final UniformIntProviderGoatBrain.LONG_JUMP_COOLDOWN_RANGEprivate static final UniformIntProviderGoatBrain.RAM_COOLDOWN_RANGEprivate static final UniformIntProviderGoatBrain.SCREAMING_RAM_COOLDOWN_RANGEprivate static final UniformIntProviderAxolotlBrain.WALK_TOWARD_ADULT_RANGEprivate static final UniformIntProviderGoatBrain.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 final com.mojang.serialization.Codec<UniformIntProvider>UniformIntProvider.CODECstatic final IntProviderType<UniformIntProvider>IntProviderType.UNIFORMMethods in net.minecraft.util.math.intprovider that return UniformIntProviderModifier and TypeMethodDescriptionstatic UniformIntProviderUniformIntProvider.create(int min, int max)