Interface IHaveCooldown

All Known Subinterfaces:
IExplodingPlant
All Known Implementing Classes:
AbstractExplodingPlant, CherryBomb, DoomShroom, GhostPepper, IceShroom, Jalapeno, PotatoMine, SkullPepper

public interface IHaveCooldown
  • Method Details

    • getCooldownFrame

      float getCooldownFrame()
    • getCooldownFrameO

      float getCooldownFrameO()
    • getCooldown

      int getCooldown()
    • setCooldown

      void setCooldown(int i)
    • getDefaultCooldown

      int getDefaultCooldown()
    • setDefaultCooldown

      void setDefaultCooldown(int i)
    • getCooldownTick

      default float getCooldownTick(float partialTick)