Class EnhancedCelestialsForge1_20_1

java.lang.Object
mods.thecomputerizer.theimpossiblelibrary.api.integration.EnhancedCelestialsAPI
mods.thecomputerizer.theimpossiblelibrary.forge.v20.m1.integration.EnhancedCelestialsForge1_20_1
All Implemented Interfaces:
mods.thecomputerizer.theimpossiblelibrary.api.integration.ModAPI, mods.thecomputerizer.theimpossiblelibrary.api.integration.VersionDependent

public class EnhancedCelestialsForge1_20_1 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_20_1

      public EnhancedCelestialsForge1_20_1()
  • 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