Inherits Terraria.WorldBuilding.GenBase.
Inherited by Terraria.WorldBuilding.Searches.Down, Terraria.WorldBuilding.Searches.Left, Terraria.WorldBuilding.Searches.Rectangle, Terraria.WorldBuilding.Searches.Right, and Terraria.WorldBuilding.Searches.Up.
|
GenSearch | Conditions (params GenCondition[] conditions) |
|
abstract Point | Find (Point origin) |
|
GenSearch | RequireAll (bool mode) |
|
delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
|
|
static Point | NOT_FOUND = new Point(int.MaxValue, int.MaxValue) |
|
|
bool | Check (int x, int y) |
|
|
static UnifiedRandom | _random [get] |
|
static ref Tilemap | _tiles [get] |
|
static int | _worldHeight [get] |
|
static int | _worldWidth [get] |
|