Class BiomeHooks.GenerationSettingsWrapped

java.lang.Object
dev.architectury.hooks.level.biome.BiomeHooks.GenerationSettingsWrapped
All Implemented Interfaces:
GenerationProperties
Enclosing class:
BiomeHooks

public static class BiomeHooks.GenerationSettingsWrapped extends Object implements GenerationProperties
  • Nested Class Summary

    Nested classes/interfaces inherited from interface dev.architectury.hooks.level.biome.GenerationProperties

    GenerationProperties.Mutable
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final net.minecraft.world.level.biome.BiomeGenerationSettings
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    GenerationSettingsWrapped(net.minecraft.world.level.biome.Biome biome)
     
    GenerationSettingsWrapped(net.minecraft.world.level.biome.BiomeGenerationSettings settings)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>>
    getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving)
     
    List<Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>>
     
    Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>
    getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • settings

      protected final net.minecraft.world.level.biome.BiomeGenerationSettings settings
  • Constructor Details

    • GenerationSettingsWrapped

      public GenerationSettingsWrapped(net.minecraft.world.level.biome.Biome biome)
    • GenerationSettingsWrapped

      public GenerationSettingsWrapped(net.minecraft.world.level.biome.BiomeGenerationSettings settings)
  • Method Details

    • getCarvers

      public Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.carver.ConfiguredWorldCarver<?>>> getCarvers(net.minecraft.world.level.levelgen.GenerationStep.Carving carving)
      Specified by:
      getCarvers in interface GenerationProperties
    • getFeatures

      public Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>> getFeatures(net.minecraft.world.level.levelgen.GenerationStep.Decoration decoration)
      Specified by:
      getFeatures in interface GenerationProperties
    • getFeatures

      public List<Iterable<net.minecraft.core.Holder<net.minecraft.world.level.levelgen.placement.PlacedFeature>>> getFeatures()
      Specified by:
      getFeatures in interface GenerationProperties