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.Biome
protected final ClimateProperties
protected final EffectsProperties
protected final GenerationProperties
protected 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:
getClimateProperties
in interfaceBiomeProperties
-
getEffectsProperties
- Specified by:
getEffectsProperties
in interfaceBiomeProperties
-
getGenerationProperties
- Specified by:
getGenerationProperties
in interfaceBiomeProperties
-
getSpawnProperties
- Specified by:
getSpawnProperties
in interfaceBiomeProperties
-
getCategory
public net.minecraft.world.level.biome.Biome.BiomeCategory getCategory()- Specified by:
getCategory
in interfaceBiomeProperties
-
getDepth
public float getDepth()- Specified by:
getDepth
in interfaceBiomeProperties
-
getScale
public float getScale()- Specified by:
getScale
in interfaceBiomeProperties
-