Class StructureFeature

java.lang.Object
com.github.darksoulq.abyssallib.world.gen.feature.Feature<StructureFeature.Config>
com.github.darksoulq.abyssallib.world.gen.feature.impl.StructureFeature

public class StructureFeature extends Feature<StructureFeature.Config>
A world generation feature that delegates generation logic to a pre-defined, saved JSON structure file within the AbyssalLib structure registry.
  • Constructor Details

    • StructureFeature

      public StructureFeature()
      Constructs a new StructureFeature with its associated configuration codec.
  • Method Details