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_47376protected DataPool<MobSpawnerEntry>class_8966.field_47378private final DataPool<MobSpawnerEntry>class_8965.spawnPotentialsDefinitionThe field for thespawnPotentialsDefinitionrecord component.Methods in net.minecraft that return MobSpawnerEntryModifier and TypeMethodDescriptionprotected MobSpawnerEntryclass_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 thespawnPotentialsDefinitionrecord 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.CODECstatic final com.mojang.serialization.Codec<DataPool<MobSpawnerEntry>>MobSpawnerEntry.DATA_POOL_CODECprivate DataPool<MobSpawnerEntry>MobSpawnerLogic.spawnPotentialsMethods in net.minecraft.world that return MobSpawnerEntryModifier and TypeMethodDescriptionprivate MobSpawnerEntryMobSpawnerLogic.getSpawnEntry(@Nullable World world, Random random, BlockPos pos) Methods in net.minecraft.world with parameters of type MobSpawnerEntryModifier and TypeMethodDescriptionprotected voidMobSpawnerLogic.setSpawnEntry(@Nullable World world, BlockPos pos, MobSpawnerEntry spawnEntry)