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 UniformIntProvider
class_6029. field_30133
private UniformIntProvider
class_6030. field_30138
Constructors 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 UniformIntProvider
OreBlock. experienceDropped
Constructors 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 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 UniformIntProvider Modifier and Type Method Description static 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 UniformIntProvider Modifier and Type Field Description private UniformIntProvider
MemoryTransferTask. duration
private UniformIntProvider
WalkTowardClosestAdultTask. executionRange
private UniformIntProvider
TimeLimitedTask. timeRange
Constructors 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 UniformIntProvider
CrossbowAttackGoal. 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 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
ZombifiedPiglinEntity. field_25609
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 UniformIntProvider Modifier and Type Field Description private 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. field_30407
private static UniformIntProvider
GoatBrain. LONG_JUMP_COOLDOWN_RANGE
private static UniformIntProvider
AxolotlBrain. 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. CODEC
static IntProviderType<UniformIntProvider>
IntProviderType. UNIFORM
Methods in net.minecraft.util.math.intprovider that return UniformIntProvider Modifier and Type Method Description static UniformIntProvider
UniformIntProvider. create(int min, int max)