Package com.xpdustry.hexed.generation
Class RiverNoiseFunction
java.lang.Object
com.xpdustry.hexed.generation.GeneratorFunction
com.xpdustry.hexed.generation.RiverNoiseFunction
- All Implemented Interfaces:
TileConsumer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmindustry.world.BlockgetBlock()floatmindustry.world.blocks.environment.Floormindustry.world.blocks.environment.FloorfloatfloatgetScale()mindustry.world.BlockfloatfloatvoidsetBlock(mindustry.world.Block block) voidsetFalloff(float falloff) voidsetFloor1(mindustry.world.blocks.environment.Floor floor1) voidsetFloor2(mindustry.world.blocks.environment.Floor floor2) voidsetOctaves(float octaves) voidsetScale(float scale) voidsetTarget(mindustry.world.Block target) voidsetThreshold1(float threshold1) voidsetThreshold2(float threshold2) Methods inherited from class com.xpdustry.hexed.generation.GeneratorFunction
getSeed, randomize, setSeed
-
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
-