Class BiomeModificationsImpl.MutableBiomeWrapped
java.lang.Object
me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.BiomeWrapped
me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.MutableBiomeWrapped
- All Implemented Interfaces:
me.shedaniel.architectury.hooks.biome.BiomeProperties
,me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
- Enclosing class:
- BiomeModificationsImpl
public static class BiomeModificationsImpl.MutableBiomeWrapped
extends BiomeModificationsImpl.BiomeWrapped
implements me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
Field Summary
Fields inherited from class me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.BiomeWrapped
climateProperties, effectsProperties, event, generationProperties, spawnProperties
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionme.shedaniel.architectury.hooks.biome.ClimateProperties.Mutable
me.shedaniel.architectury.hooks.biome.EffectsProperties.Mutable
me.shedaniel.architectury.hooks.biome.GenerationProperties.Mutable
me.shedaniel.architectury.hooks.biome.SpawnProperties.Mutable
@NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
setCategory
(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
setDepth
(float depth) @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
setScale
(float scale) Methods inherited from class me.shedaniel.architectury.registry.forge.BiomeModificationsImpl.BiomeWrapped
getCategory, getDepth, getScale
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.shedaniel.architectury.hooks.biome.BiomeProperties
getCategory, getDepth, getScale
-
Constructor Details
-
MutableBiomeWrapped
public MutableBiomeWrapped(net.minecraftforge.event.world.BiomeLoadingEvent event)
-
-
Method Details
-
getClimateProperties
@NotNull public me.shedaniel.architectury.hooks.biome.ClimateProperties.Mutable getClimateProperties()- Specified by:
getClimateProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
- Specified by:
getClimateProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
- Overrides:
getClimateProperties
in classBiomeModificationsImpl.BiomeWrapped
-
getEffectsProperties
@NotNull public me.shedaniel.architectury.hooks.biome.EffectsProperties.Mutable getEffectsProperties()- Specified by:
getEffectsProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
- Specified by:
getEffectsProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
- Overrides:
getEffectsProperties
in classBiomeModificationsImpl.BiomeWrapped
-
getGenerationProperties
@NotNull public me.shedaniel.architectury.hooks.biome.GenerationProperties.Mutable getGenerationProperties()- Specified by:
getGenerationProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
- Specified by:
getGenerationProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
- Overrides:
getGenerationProperties
in classBiomeModificationsImpl.BiomeWrapped
-
getSpawnProperties
@NotNull public me.shedaniel.architectury.hooks.biome.SpawnProperties.Mutable getSpawnProperties()- Specified by:
getSpawnProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties
- Specified by:
getSpawnProperties
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
- Overrides:
getSpawnProperties
in classBiomeModificationsImpl.BiomeWrapped
-
setCategory
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setCategory(@NotNull net.minecraft.world.level.biome.Biome.BiomeCategory category) - Specified by:
setCategory
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
setDepth
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setDepth(float depth) - Specified by:
setDepth
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-
setScale
@NotNull public @NotNull me.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable setScale(float scale) - Specified by:
setScale
in interfaceme.shedaniel.architectury.hooks.biome.BiomeProperties.Mutable
-