Uses of Class
net.minecraft.util.math.intprovider.UniformIntProvider
| Package | Description |
|---|---|
| net.minecraft |
The base package for all Minecraft classes.
|
| net.minecraft.block | |
| net.minecraft.client.util | |
| net.minecraft.entity.ai | |
| net.minecraft.entity.ai.brain.task | |
| net.minecraft.entity.ai.goal | |
| net.minecraft.entity.mob | |
| net.minecraft.entity.passive | |
| net.minecraft.util.math.intprovider |
-
Uses of UniformIntProvider in net.minecraft
Fields in net.minecraft declared as UniformIntProvider Modifier and Type Field Description private UniformIntProviderclass_6029. field_30133private UniformIntProviderclass_6030. field_30138Constructors in net.minecraft with parameters of type UniformIntProvider Constructor Description class_6029(UniformIntProvider uniformIntProvider)class_6030(UniformIntProvider uniformIntProvider, int int2, int int3, float float2) -
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 UniformIntProviderMemoryTransferTask. durationprivate UniformIntProviderWalkTowardClosestAdultTask. executionRangeprivate UniformIntProviderTimeLimitedTask. timeRangeConstructors in net.minecraft.entity.ai.brain.task with parameters of type UniformIntProvider Constructor Description 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. field_25696 -
Uses of UniformIntProvider in net.minecraft.entity.mob
Fields in net.minecraft.entity.mob declared as UniformIntProvider Modifier and Type Field Description private 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 UniformIntProviderZombifiedPiglinEntity. field_25609private 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. field_30407private static UniformIntProviderGoatBrain. LONG_JUMP_COOLDOWN_RANGEprivate static UniformIntProviderAxolotlBrain. WALK_TOWARD_ADULT_RANGE -
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)