* Return whether the bloodmoon is enabled for this world
boolean bloodmoonIsEnabled(World world)
* Return whether the bloodmoon is enabled for this world
boolean bloodmoonIsRunning(World world)
* Return whether the bloodmoon is scheduled for the next night
boolean bloodmoonIsScheduled(World world)
* A method to start the bloodmoon in a world
void startBloodmoon(World world)
* A method to stop the bloodmoon in a world
void stopBloodmoon(World world)
* A method to schedule the bloodmoon in a world
* THIS NO LONGER WORKS AS OF VERSION 4.0
void scheduleBloodmoon(World world)
* A method to cancel the scheduled bloodmoon in a world
void cancelBloodmoon(World world)