Interface SpawnProperties

All Known Subinterfaces:
SpawnProperties.Mutable
All Known Implementing Classes:
BiomeHooks.SpawnSettingsWrapped

public interface SpawnProperties
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    float
     
    Map<net.minecraft.world.entity.EntityType<?>,net.minecraft.world.level.biome.MobSpawnSettings.MobSpawnCost>
     
    Map<net.minecraft.world.entity.MobCategory,List<net.minecraft.world.level.biome.MobSpawnSettings.SpawnerData>>
     
  • Method Details

    • getCreatureProbability

      float getCreatureProbability()
    • getSpawners

      Map<net.minecraft.world.entity.MobCategory,List<net.minecraft.world.level.biome.MobSpawnSettings.SpawnerData>> getSpawners()
    • getMobSpawnCosts

      Map<net.minecraft.world.entity.EntityType<?>,net.minecraft.world.level.biome.MobSpawnSettings.MobSpawnCost> getMobSpawnCosts()