Skip to content

Nyx Integration

roidrole edited this page Jun 26, 2025 · 5 revisions

Allows detection of lunar events from the nyx mod.

IWorld Expansion

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

Clone this wiki locally