|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits GenCondition.
Protected Member Functions | |
| override bool | CheckValidity (int x, int y) |
| abstract bool | CheckValidity (int x, int y) |
Additional Inherited Members | |
Public Member Functions inherited from GenCondition | |
| GenCondition | AreaAnd (int width, int height) |
| GenCondition | AreaOr (int width, int height) |
| bool | IsValid (int x, int y) |
| GenCondition | Not () |
Public Member Functions inherited from GenBase | |
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) |
Properties inherited from GenBase | |
| static UnifiedRandom | _random [get] |
| static ref Tilemap | _tiles [get] |
| static int | _worldHeight [get] |
| static int | _worldWidth [get] |
|
protectedvirtual |
Implements GenCondition.