Inherits Terraria.WorldBuilding.GenBase.
Inherited by Terraria.GameContent.Generation.ShapeBranch, Terraria.GameContent.Generation.ShapeFloodFill, Terraria.GameContent.Generation.ShapeRoot, Terraria.GameContent.Generation.ShapeRunner, Terraria.WorldBuilding.GenModShape, Terraria.WorldBuilding.Shapes.Circle, Terraria.WorldBuilding.Shapes.HalfCircle, Terraria.WorldBuilding.Shapes.Mound, Terraria.WorldBuilding.Shapes.Rectangle, Terraria.WorldBuilding.Shapes.Slime, and Terraria.WorldBuilding.Shapes.Tail.
|
GenShape | Output (ShapeData outputData) |
|
abstract bool | Perform (Point origin, GenAction action) |
|
GenShape | QuitOnFail (bool value=true) |
|
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
|
|
bool | UnitApply (GenAction action, Point origin, int x, int y, params object[] args) |
|
|
static UnifiedRandom | _random [get] |
|
static ref Tilemap | _tiles [get] |
|
static int | _worldHeight [get] |
|
static int | _worldWidth [get] |
|