Uses of Record Class
net.minecraft.block.spawner.MobSpawnerEntry
Packages that use MobSpawnerEntry
-
Uses of MobSpawnerEntry in net.minecraft.block.spawner
Fields in net.minecraft.block.spawner declared as MobSpawnerEntryFields in net.minecraft.block.spawner 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
protected Optional
<MobSpawnerEntry> TrialSpawnerData.spawnData
private DataPool
<MobSpawnerEntry> MobSpawnerLogic.spawnPotentials
private final DataPool
<MobSpawnerEntry> TrialSpawnerConfig.spawnPotentialsDefinition
The field for thespawnPotentialsDefinition
record component.Methods in net.minecraft.block.spawner that return MobSpawnerEntryModifier and TypeMethodDescriptionprotected MobSpawnerEntry
TrialSpawnerData.getSpawnData
(TrialSpawnerLogic logic, Random random) private MobSpawnerEntry
MobSpawnerLogic.getSpawnEntry
(@Nullable World world, Random random, BlockPos pos) Methods in net.minecraft.block.spawner that return types with arguments of type MobSpawnerEntryModifier and TypeMethodDescriptionTrialSpawnerConfig.spawnPotentialsDefinition()
Returns the value of thespawnPotentialsDefinition
record component.Methods in net.minecraft.block.spawner with parameters of type MobSpawnerEntryModifier and TypeMethodDescriptionprotected void
MobSpawnerLogic.setSpawnEntry
(@Nullable World world, BlockPos pos, MobSpawnerEntry spawnEntry) Constructor parameters in net.minecraft.block.spawner with type arguments of type MobSpawnerEntryModifierConstructorDescriptionTrialSpawnerConfig
(int int2, float float2, float float3, float float4, float float5, int int3, DataPool<MobSpawnerEntry> dataPool, DataPool<RegistryKey<LootTable>> dataPool2, RegistryKey<LootTable> registryKey) TrialSpawnerData
(Set<UUID> players, Set<UUID> spawnedMobsAlive, long cooldownEnd, long nextMobSpawnsAt, int totalSpawnedMobs, Optional<MobSpawnerEntry> spawnData, Optional<RegistryKey<LootTable>> rewardLootTable)