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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    corgitaco.enhancedcelestials.core.EnhancedCelestialsContext
    getContext(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> api)
     
    boolean
    isBloodMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
     
    boolean
    isBlueMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
     
    boolean
    isEvent(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world, String type)
     
    boolean
    isHarvestMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
     
    boolean
    isMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
     

    Methods inherited from class mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI

    getID, getName, isCompatible

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      isBloodMoon in class mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
    • isBlueMoon

      public boolean isBlueMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
      Specified by:
      isBlueMoon in class mods.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:
      isHarvestMoon in class mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
    • isMoon

      public boolean isMoon(mods.thecomputerizer.theimpossiblelibrary.api.world.WorldAPI<?> world)
      Specified by:
      isMoon in class mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI