Uses of Class
net.minecraft.util.math.intprovider.UniformIntProvider
-
Uses of UniformIntProvider in net.minecraft.block
Fields in net.minecraft.block declared as UniformIntProvider Modifier and Type Field Description private UniformIntProviderOreBlock. experienceDroppedConstructors in net.minecraft.block with parameters of type UniformIntProvider Constructor Description OreBlock(AbstractBlock.Settings settings, UniformIntProvider experienceDropped) -
Uses of UniformIntProvider in net.minecraft.client.util
Methods in net.minecraft.client.util with parameters of type UniformIntProvider Modifier and Type Method Description static 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 UniformIntProvider Modifier and Type Method Description static 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 UniformIntProvider Modifier and Type Field Description private UniformIntProviderLeapingChargeTask. cooldownRangeprivate UniformIntProviderLongJumpTask. cooldownRangeprivate UniformIntProviderMemoryTransferTask. durationprivate UniformIntProviderWalkTowardClosestAdultTask. executionRangeprivate UniformIntProviderTimeLimitedTask. timeRangeConstructors in net.minecraft.entity.ai.brain.task with parameters of type UniformIntProvider Constructor Description LeapingChargeTask(UniformIntProvider cooldownRange)LongJumpTask(UniformIntProvider cooldownRange, int verticalRange, int horizontalRange, float maxRange)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) -
Uses of UniformIntProvider in net.minecraft.entity.ai.goal
Fields in net.minecraft.entity.ai.goal declared as UniformIntProvider Modifier and Type Field Description static UniformIntProviderCrossbowAttackGoal. COOLDOWN_RANGE -
Uses of UniformIntProvider in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as UniformIntProvider Modifier and Type Field Description private static UniformIntProviderZombifiedPiglinEntity. ANGER_PASSING_COOLDOWN_RANGEprivate static UniformIntProviderEndermanEntity. ANGER_TIME_RANGEprivate static UniformIntProviderZombifiedPiglinEntity. ANGER_TIME_RANGEprivate static UniformIntProviderZombifiedPiglinEntity. ANGRY_SOUND_DELAY_RANGEprivate static UniformIntProviderHoglinBrain. AVOID_MEMORY_DURATIONprivate static UniformIntProviderPiglinBrain. AVOID_MEMORY_DURATIONprivate static UniformIntProviderPiglinBrain. GO_TO_NEMESIS_MEMORY_DURATIONprivate static UniformIntProviderPiglinBrain. GO_TO_ZOMBIFIED_MEMORY_DURATIONprivate static UniformIntProviderPiglinBrain. HUNT_MEMORY_DURATIONprivate static UniformIntProviderPiglinBrain. MEMORY_TRANSFER_TASK_DURATIONprivate static UniformIntProviderPiglinBrain. RIDE_TARGET_MEMORY_DURATIONprivate static UniformIntProviderHoglinBrain. WALK_TOWARD_CLOSEST_ADULT_RANGE -
Uses of UniformIntProvider in net.minecraft.entity.passive
Fields in net.minecraft.entity.passive declared as UniformIntProvider Modifier and Type Field Description private static UniformIntProviderBeeEntity. ANGER_TIME_RANGEprivate static UniformIntProviderIronGolemEntity. ANGER_TIME_RANGEprivate static UniformIntProviderPolarBearEntity. ANGER_TIME_RANGEprivate static UniformIntProviderWolfEntity. ANGER_TIME_RANGEprivate static UniformIntProviderGoatBrain. LONG_JUMP_COOLDOWN_RANGEprivate static UniformIntProviderAxolotlBrain. WALK_TOWARD_ADULT_RANGEprivate static UniformIntProviderGoatBrain. WALKING_SPEED -
Uses of UniformIntProvider in net.minecraft.util.math.intprovider
Fields in net.minecraft.util.math.intprovider with type parameters of type UniformIntProvider Modifier and Type Field Description static com.mojang.serialization.Codec<UniformIntProvider>UniformIntProvider. CODECstatic IntProviderType<UniformIntProvider>IntProviderType. UNIFORMMethods in net.minecraft.util.math.intprovider that return UniformIntProvider Modifier and Type Method Description static UniformIntProviderUniformIntProvider. create(int min, int max)