Uses of Record Class
net.minecraft.world.MobSpawnerEntry
Packages that use MobSpawnerEntry
-
Uses of MobSpawnerEntry in net.minecraft
Fields in net.minecraft with type parameters of type MobSpawnerEntryModifier and TypeFieldDescriptionprotected Optional<MobSpawnerEntry>
class_8966.field_47376
protected DataPool<MobSpawnerEntry>
class_8966.field_47378
private final DataPool<MobSpawnerEntry>
class_8965.spawnPotentialsDefinition
The field for thespawnPotentialsDefinition
record component.Methods in net.minecraft that return MobSpawnerEntryModifier and TypeMethodDescriptionprotected MobSpawnerEntry
class_8966.method_55188
(class_8963 class_8963, Random random) Methods in net.minecraft that return types with arguments of type MobSpawnerEntryModifier and TypeMethodDescriptionclass_8965.spawnPotentialsDefinition()
Returns the value of thespawnPotentialsDefinition
record component.Constructor parameters in net.minecraft with type arguments of type MobSpawnerEntryModifierConstructorDescriptionclass_8965
(int int2, int int3, float float2, float float3, float float4, float float5, int int4, int int5, DataPool<MobSpawnerEntry> dataPool, DataPool<Identifier> dataPool2) class_8966
(Set<UUID> set, Set<UUID> set2, long long2, long long3, int int2, Optional<MobSpawnerEntry> optional, Optional<Identifier> optional2) -
Uses of MobSpawnerEntry in net.minecraft.world
Fields in net.minecraft.world declared as MobSpawnerEntryFields in net.minecraft.world with type parameters of type MobSpawnerEntryModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<MobSpawnerEntry>
MobSpawnerEntry.CODEC
static final com.mojang.serialization.Codec<DataPool<MobSpawnerEntry>>
MobSpawnerEntry.DATA_POOL_CODEC
private DataPool<MobSpawnerEntry>
MobSpawnerLogic.spawnPotentials
Methods in net.minecraft.world that return MobSpawnerEntryModifier and TypeMethodDescriptionprivate MobSpawnerEntry
MobSpawnerLogic.getSpawnEntry
(@Nullable World world, Random random, BlockPos pos) Methods in net.minecraft.world with parameters of type MobSpawnerEntryModifier and TypeMethodDescriptionprotected void
MobSpawnerLogic.setSpawnEntry
(@Nullable World world, BlockPos pos, MobSpawnerEntry spawnEntry)