Uses of Record Class
net.minecraft.world.MobSpawnerEntry
Packages that use MobSpawnerEntry
Package
Description
The base package for all Minecraft classes.
-
Uses of MobSpawnerEntry in net.minecraft
Fields in net.minecraft with type parameters of type MobSpawnerEntryModifier and TypeFieldDescriptionprivate final DataPool<MobSpawnerEntry>class_8965.spawnPotentialsDefinitionThe field for thespawnPotentialsDefinitionrecord component.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) -
Uses of MobSpawnerEntry in net.minecraft.block.entity.spawner
Fields in net.minecraft.block.entity.spawner with type parameters of type MobSpawnerEntryModifier and TypeFieldDescriptionprotected Optional<MobSpawnerEntry>TrialSpawnerData.spawnDataprotected DataPool<MobSpawnerEntry>TrialSpawnerData.spawnDataPoolMethods in net.minecraft.block.entity.spawner that return MobSpawnerEntryModifier and TypeMethodDescriptionprotected MobSpawnerEntryTrialSpawnerData.getSpawnData(TrialSpawnerLogic logic, Random random) Constructor parameters in net.minecraft.block.entity.spawner with type arguments of type MobSpawnerEntryModifierConstructorDescriptionTrialSpawnerData(Set<UUID> players, Set<UUID> spawnedMobsAlive, long cooldownEnd, long nextMobSpawnsAt, int totalSpawnedMobs, Optional<MobSpawnerEntry> spawnData, Optional<Identifier> rewardLootTable) -
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)