| 
    terraria-cpp2il v1.4.4.9
    
   Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon 
   | 
 
 Inheritance diagram for Terraria.WorldBuilding.Conditions.NotNull:
 Collaboration diagram for Terraria.WorldBuilding.Conditions.NotNull:Public Member Functions | |
| NotNull () | |
| bool | IsValid (int x, int y) | 
| GenCondition | Not () | 
| GenCondition | AreaOr (int width, int height) | 
| GenCondition | AreaAnd (int width, int height) | 
| delegate bool | CustomPerUnitAction (int x, int y, params object[] args) | 
Protected Member Functions | |
| override bool | CheckValidity (int x, int y) | 
Properties | |
| static UnifiedRandom | _random [get, set] | 
| static TileData | _tiles [get, set] | 
| static int | _worldWidth [get, set] | 
| static int | _worldHeight [get, set] | 
Private Types | |
| enum | AreaType { And , Or , None } | 
Private Attributes | |
| bool | InvertResults | 
| int | _width | 
| int | _height | 
| GenCondition.AreaType | _areaType | 
Definition at line 242 of file Conditions.cs.