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
Modifier and TypeFieldDescriptionprotected final me.shedaniel.architectury.hooks.biome.ClimateProperties
protected final me.shedaniel.architectury.hooks.biome.EffectsProperties
protected final net.minecraftforge.event.world.BiomeLoadingEvent
protected final me.shedaniel.architectury.hooks.biome.GenerationProperties
protected final me.shedaniel.architectury.hooks.biome.SpawnProperties
-
Constructor Summary
ConstructorDescriptionBiomeWrapped
(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.ClimateProperties
float
getDepth()
@NotNull me.shedaniel.architectury.hooks.biome.EffectsProperties
@NotNull me.shedaniel.architectury.hooks.biome.GenerationProperties
float
getScale()
@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:
getClimateProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-
getEffectsProperties
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.EffectsProperties getEffectsProperties()- Specified by:
getEffectsProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-
getGenerationProperties
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.GenerationProperties getGenerationProperties()- Specified by:
getGenerationProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-
getSpawnProperties
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.SpawnProperties getSpawnProperties()- Specified by:
getSpawnProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-
getCategory
public @NotNull net.minecraft.world.level.biome.Biome.BiomeCategory getCategory()- Specified by:
getCategory
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-
getDepth
public float getDepth()- Specified by:
getDepth
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-
getScale
public float getScale()- Specified by:
getScale
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
-