Class EdenRingBiome.Config

java.lang.Object
paulevs.edenring.world.biomes.EdenRingBiome.Config
Direct Known Subclasses:
AirOceanBiome, BrainStormBiome, EmptyCaveBiome, ErodedCaveBiome, GoldenForestBiome, GraviliteDebrisFieldBiome, LakesideDesertBiome, MycoticForestBiome, OldMycoticForestBiome, OldSkyColonyBiome, PulseForestBiome, SkyColonyBiome, StoneGardenBiome, WindValleyBiome
Enclosing class:
EdenRingBiome

public abstract static class EdenRingBiome.Config extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.betterx.bclib.interfaces.SurfaceMaterialProvider
     
    final net.minecraft.resources.ResourceLocation
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Config(String name)
     
    protected
    Config(net.minecraft.resources.ResourceLocation ID)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract void
    addCustomBuildData(org.betterx.bclib.api.v2.levelgen.biomes.BCLBiomeBuilder builder)
     
    org.betterx.bclib.api.v2.levelgen.biomes.BCLBiomeBuilder.BiomeSupplier<EdenRingBiome>
     
    protected org.betterx.bclib.interfaces.SurfaceMaterialProvider
     

    Methods inherited from class java.lang.Object

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

    • DEFAULT_MATERIAL

      public static final org.betterx.bclib.interfaces.SurfaceMaterialProvider DEFAULT_MATERIAL
    • ID

      public final net.minecraft.resources.ResourceLocation ID
  • Constructor Details

    • Config

      protected Config(String name)
    • Config

      protected Config(net.minecraft.resources.ResourceLocation ID)
  • Method Details

    • addCustomBuildData

      protected abstract void addCustomBuildData(org.betterx.bclib.api.v2.levelgen.biomes.BCLBiomeBuilder builder)
    • getSupplier

      public org.betterx.bclib.api.v2.levelgen.biomes.BCLBiomeBuilder.BiomeSupplier<EdenRingBiome> getSupplier()
    • surfaceMaterial

      protected org.betterx.bclib.interfaces.SurfaceMaterialProvider surfaceMaterial()