net.minecraft.world.level.biome

public class MobSpawnSettings

dmo
net.minecraft.world.level.biome.MobSpawnSettings
net.minecraft.class_5483

Field summary

Modifier and TypeField
private static final org.slf4j.Logger
d
LOGGER
field_26645
private static final float
e
DEFAULT_CREATURE_SPAWN_PROBABILITY
field_30983
public static final WeightedList<MobSpawnSettings$SpawnerData>
a
EMPTY_MOB_LIST
field_30982
public static final MobSpawnSettings
b
EMPTY
field_26646
public static final com.mojang.serialization.MapCodec<MobSpawnSettings>
c
CODEC
field_26403
private final float
f
creatureGenerationProbability
field_26404
private final Map<MobCategory, WeightedList<MobSpawnSettings$SpawnerData>>
g
spawners
field_26405
private final Map<EntityType<?>, MobSpawnSettings$MobSpawnCost>
h
mobSpawnCosts
field_26406

Constructor summary

ModifierConstructor
(float arg0, Map<MobCategory, WeightedList<MobSpawnSettings$SpawnerData>> arg1, Map<EntityType<?>, MobSpawnSettings$MobSpawnCost> arg2)

Method summary

Modifier and TypeMethod
public WeightedList<MobSpawnSettings$SpawnerData>
a(byv arg0)
getMobs(MobCategory arg0)
method_31004(class_1311 arg0)
public MobSpawnSettings$MobSpawnCost
a(byb<?> arg0)
getMobSpawnCost(EntityType<?> arg0)
method_31003(class_1299<?> arg0)
public float
a()
getCreatureProbability()
method_31002()