Class OreGeneratorFunction

java.lang.Object
com.xpdustry.hexed.generation.GeneratorFunction
com.xpdustry.hexed.generation.OreGeneratorFunction
All Implemented Interfaces:
TileConsumer

public final class OreGeneratorFunction extends GeneratorFunction
  • Constructor Details

    • OreGeneratorFunction

      public OreGeneratorFunction()
  • Method Details

    • getDefaultOreFunctions

      public static List<OreGeneratorFunction> getDefaultOreFunctions()
    • getDefaultHexedOreFunctions

      public static List<OreGeneratorFunction> getDefaultHexedOreFunctions()
    • getScale

      public float getScale()
    • setScale

      public void setScale(float scale)
    • getThreshold

      public float getThreshold()
    • setThreshold

      public void setThreshold(float threshold)
    • getOctaves

      public float getOctaves()
    • setOctaves

      public void setOctaves(float octaves)
    • getFalloff

      public float getFalloff()
    • setFalloff

      public void setFalloff(float falloff)
    • getTilt

      public float getTilt()
    • setTilt

      public void setTilt(float tilt)
    • getOre

      public mindustry.world.blocks.environment.OreBlock getOre()
    • setOre

      public void setOre(mindustry.world.Block ore)
    • getTarget

      public mindustry.world.Block getTarget()
    • setTarget

      public void setTarget(mindustry.world.Block target)
    • accept

      public void accept(int x, int y, MapTile tile)