public class Nyx1_12_2
extends mods.thecomputerizer.theimpossiblelibrary.api.integration.NyxAPI
| Constructor and Description |
|---|
Nyx1_12_2() |
| Modifier and Type | Method and Description |
|---|---|
@Nullable de.ellpeck.nyx.capabilities.NyxWorld |
getWorld(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) |
boolean |
isBloodMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) |
boolean |
isEvent(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
java.lang.Class<? extends de.ellpeck.nyx.lunarevents.LunarEvent> eventClass) |
boolean |
isFullMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) |
boolean |
isHarvestMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) |
boolean |
isStarShower(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) |
getID, getName, isCompatible@Nullable public @Nullable de.ellpeck.nyx.capabilities.NyxWorld getWorld(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
public boolean isBloodMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
isBloodMoon in class mods.thecomputerizer.theimpossiblelibrary.api.integration.NyxAPIpublic boolean isEvent(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world,
java.lang.Class<? extends de.ellpeck.nyx.lunarevents.LunarEvent> eventClass)
public boolean isStarShower(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
isStarShower in class mods.thecomputerizer.theimpossiblelibrary.api.integration.NyxAPIpublic boolean isFullMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
isFullMoon in class mods.thecomputerizer.theimpossiblelibrary.api.integration.NyxAPIpublic boolean isHarvestMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
isHarvestMoon in class mods.thecomputerizer.theimpossiblelibrary.api.integration.NyxAPI