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