-
Notifications
You must be signed in to change notification settings - Fork 0
Nyx Integration
roidrole edited this page Jun 26, 2025
·
5 revisions
Allows detection of lunar events from the nyx mod.
You can call these methods on an IWorld instance.
| Method | Description |
|---|---|
| boolean isBloodMoon() | Returns true if a blood moon is happening |
| boolean isStarShower() | Returns true if a star shower is happening |
| boolean isFullMoon() | Returns true if a full moon is happening |
| boolean isHarvestMoon() | Returns true if a harvest moon is happening |