| 
    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 
   | 
 
 Collaboration diagram for Terraria.GameContent.Events.MysticLogFairiesEvent:Public Member Functions | |
| void | WorldClear () | 
| void | StartWorld () | 
| void | StartNight () | 
| void | UpdateTime () | 
| void | FallenLogDestroyed () | 
| MysticLogFairiesEvent () | |
Private Member Functions | |
| bool | IsAGoodTime () | 
| void | TrySpawningFairies () | 
| void | ScanWholeOverworldForLogs () | 
| Point | GetStumpTopLeft (Point stumpRandomPoint) | 
| int | GetOneOverSpawnChance () | 
Private Attributes | |
| bool | _canSpawnFairies | 
| int | _delayUntilNextAttempt | 
| List< Point > | _stumpCoords | 
Static Private Attributes | |
| const int | DELAY_BETWEEN_ATTEMPTS = 60 | 
Definition at line 14 of file MysticLogFairiesEvent.cs.