|
TModLoader v1.4.4.9
TModLoader source code documentation
|
Collaboration diagram for Terraria.GameContent.Events.MysticLogFairiesEvent:Public Member Functions | |
| void | WorldClear () |
| void | StartWorld () |
| void | StartNight () |
| void | UpdateTime () |
| void | FallenLogDestroyed () |
Private Member Functions | |
| bool | IsAGoodTime () |
| void | TrySpawningFairies () |
| void | ScanWholeOverworldForLogs () |
| Point | GetStumpTopLeft (Point stumpRandomPoint) |
| int | GetOneOverSpawnChance () |
Private Attributes | |
| bool | _canSpawnFairies |
| double | _delayUntilNextAttempt |
| List< Point > | _stumpCoords = new List<Point>() |
Static Private Attributes | |
| const int | DELAY_BETWEEN_ATTEMPTS = 60 |
Definition at line 9 of file MysticLogFairiesEvent.cs.