|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits GenSearch.
Public Member Functions | |
| Left (int maxDistance) | |
| override Point | Find (Point origin) |
Public Member Functions inherited from GenSearch | |
| GenSearch | Conditions (params GenCondition[] conditions) |
| abstract Point | Find (Point origin) |
| GenSearch | RequireAll (bool mode) |
Public Member Functions inherited from GenBase | |
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Additional Inherited Members | |
Static Public Attributes inherited from GenSearch | |
| static Point | NOT_FOUND = new Point(int.MaxValue, int.MaxValue) |
Protected Member Functions inherited from GenSearch | |
| bool | Check (int x, int y) |
Properties inherited from GenBase | |
| static UnifiedRandom | _random [get] |
| static ref Tilemap | _tiles [get] |
| static int | _worldHeight [get] |
| static int | _worldWidth [get] |
|
virtual |
Implements GenSearch.