Interface ISunProducer

All Superinterfaces:
IFWAction, ISolarPower
All Known Implementing Classes:
AbstractSunProducer, DarkFlower, MoonFlower, PrimalSunflower, Sunflower, SunShroom, TwinSunflower

public interface ISunProducer extends ISolarPower, IFWAction
  • Method Details

    • pauseSunProduction

      boolean pauseSunProduction()
    • isProducingSun

      boolean isProducingSun()
    • isDoubleSun

      boolean isDoubleSun()
    • setDoubleSun

      void setDoubleSun(boolean doubleSun)
    • getDefaultSunDelay

      @Deprecated default int getDefaultSunDelay()
      Deprecated.
    • getSunTarget

      net.minecraft.world.entity.LivingEntity getSunTarget()
    • setSunTarget

      void setSunTarget(net.minecraft.world.entity.LivingEntity target)