Class EnhancedCelestialsForge1_19_4
java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
mods.thecomputerizer.theimpossiblelibrary.forge.v19.m4.integration.EnhancedCelestialsForge1_19_4
- All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.integration.ModAPI,mods.thecomputerizer.theimpossiblelibrary.api.integration.VersionDependent
public class EnhancedCelestialsForge1_19_4
extends mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
-
Field Summary
Fields inherited from class mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
MODID, NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncorgitaco.enhancedcelestials.core.EnhancedCelestialsContextgetContext(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> api) booleanisBloodMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) booleanisBlueMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) booleanbooleanisHarvestMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) booleanisMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
getID, getName, isCompatible
-
Constructor Details
-
EnhancedCelestialsForge1_19_4
public EnhancedCelestialsForge1_19_4()
-
-
Method Details
-
getContext
@Nullable public corgitaco.enhancedcelestials.core.EnhancedCelestialsContext getContext(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> api) -
isBloodMoon
public boolean isBloodMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) - Specified by:
isBloodMoonin classmods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
-
isBlueMoon
public boolean isBlueMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) - Specified by:
isBlueMoonin classmods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
-
isEvent
public boolean isEvent(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, String type) -
isHarvestMoon
public boolean isHarvestMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) - Specified by:
isHarvestMoonin classmods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
-
isMoon
public boolean isMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world) - Specified by:
isMoonin classmods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
-