Class BiomeHooks.BiomeWrapped
java.lang.Object
me.shedaniel.architectury.hooks.biome.BiomeHooks.BiomeWrapped
- All Implemented Interfaces:
 BiomeProperties
- Direct Known Subclasses:
 BiomeHooks.MutableBiomeWrapped
- Enclosing class:
 - BiomeHooks
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
BiomeProperties.Mutable - 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final net.minecraft.world.level.biome.Biomeprotected final ClimatePropertiesprotected final EffectsPropertiesprotected final GenerationPropertiesprotected final SpawnProperties - 
Constructor Summary
ConstructorsConstructorDescriptionBiomeWrapped(net.minecraft.world.level.biome.Biome biome) BiomeWrapped(net.minecraft.world.level.biome.Biome biome, ClimateProperties climateProperties, EffectsProperties effectsProperties, GenerationProperties generationProperties, SpawnProperties spawnProperties)  - 
Method Summary
 
- 
Field Details
- 
biome
protected final net.minecraft.world.level.biome.Biome biome - 
climateProperties
 - 
effectsProperties
 - 
generationProperties
 - 
spawnProperties
 
 - 
 - 
Constructor Details
- 
BiomeWrapped
public BiomeWrapped(net.minecraft.world.level.biome.Biome biome)  - 
BiomeWrapped
public BiomeWrapped(net.minecraft.world.level.biome.Biome biome, ClimateProperties climateProperties, EffectsProperties effectsProperties, GenerationProperties generationProperties, SpawnProperties spawnProperties)  
 - 
 - 
Method Details
- 
getClimateProperties
- Specified by:
 getClimatePropertiesin interfaceBiomeProperties
 - 
getEffectsProperties
- Specified by:
 getEffectsPropertiesin interfaceBiomeProperties
 - 
getGenerationProperties
- Specified by:
 getGenerationPropertiesin interfaceBiomeProperties
 - 
getSpawnProperties
- Specified by:
 getSpawnPropertiesin interfaceBiomeProperties
 - 
getCategory
public net.minecraft.world.level.biome.Biome.BiomeCategory getCategory()- Specified by:
 getCategoryin interfaceBiomeProperties
 - 
getDepth
public float getDepth()- Specified by:
 getDepthin interfaceBiomeProperties
 - 
getScale
public float getScale()- Specified by:
 getScalein interfaceBiomeProperties
 
 -