Interface BiomeProperties
- All Known Subinterfaces:
 BiomeProperties.Mutable
- All Known Implementing Classes:
 BiomeHooks.BiomeWrapped,BiomeHooks.MutableBiomeWrapped
public interface BiomeProperties
- 
Method Details
- 
getClimateProperties
ClimateProperties getClimateProperties() - 
getEffectsProperties
EffectsProperties getEffectsProperties() - 
getGenerationProperties
GenerationProperties getGenerationProperties() - 
getSpawnProperties
SpawnProperties getSpawnProperties() - 
getCategory
net.minecraft.world.level.biome.Biome.BiomeCategory getCategory() - 
getDepth
float getDepth() - 
getScale
float getScale() 
 -