Uses of Class
net.minecraft.world.biome.MobSpawnInfo.SpawnCosts
-
Packages that use MobSpawnInfo.SpawnCosts Package Description net.minecraft.world.biome net.minecraftforge.common.world -
-
Uses of MobSpawnInfo.SpawnCosts in net.minecraft.world.biome
Fields in net.minecraft.world.biome with type parameters of type MobSpawnInfo.SpawnCosts Modifier and Type Field Description static com.mojang.serialization.Codec<MobSpawnInfo.SpawnCosts>
MobSpawnInfo.SpawnCosts. CODEC
protected java.util.Map<EntityType<?>,MobSpawnInfo.SpawnCosts>
MobSpawnInfo.Builder. mobSpawnCosts
private java.util.Map<EntityType<?>,MobSpawnInfo.SpawnCosts>
MobSpawnInfo. mobSpawnCosts
Methods in net.minecraft.world.biome that return MobSpawnInfo.SpawnCosts Modifier and Type Method Description MobSpawnInfo.SpawnCosts
MobSpawnInfo. getMobSpawnCost(EntityType<?> p_242558_1_)
-
Uses of MobSpawnInfo.SpawnCosts in net.minecraftforge.common.world
Methods in net.minecraftforge.common.world that return MobSpawnInfo.SpawnCosts Modifier and Type Method Description MobSpawnInfo.SpawnCosts
MobSpawnInfoBuilder. getCost(EntityType<?> type)
-