Class RiverNoiseFunction

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

public final class RiverNoiseFunction extends GeneratorFunction
  • Constructor Details

    • RiverNoiseFunction

      public RiverNoiseFunction()
  • Method Details

    • getScale

      public float getScale()
    • setScale

      public void setScale(float scale)
    • getThreshold1

      public float getThreshold1()
    • setThreshold1

      public void setThreshold1(float threshold1)
    • getThreshold2

      public float getThreshold2()
    • setThreshold2

      public void setThreshold2(float threshold2)
    • getOctaves

      public float getOctaves()
    • setOctaves

      public void setOctaves(float octaves)
    • getFalloff

      public float getFalloff()
    • setFalloff

      public void setFalloff(float falloff)
    • getFloor1

      public mindustry.world.blocks.environment.Floor getFloor1()
    • setFloor1

      public void setFloor1(mindustry.world.blocks.environment.Floor floor1)
    • getFloor2

      public mindustry.world.blocks.environment.Floor getFloor2()
    • setFloor2

      public void setFloor2(mindustry.world.blocks.environment.Floor floor2)
    • getBlock

      public mindustry.world.Block getBlock()
    • setBlock

      public void setBlock(mindustry.world.Block block)
    • getTarget

      public mindustry.world.Block getTarget()
    • setTarget

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

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