Class InternalCooldown

java.lang.Object
io.github.xrickastley.sevenelements.element.InternalCooldown

public final class InternalCooldown extends Object
An InternalCooldown is a class used for holding the various InternalCooldown components together in a single class.

In addition to this, this class is also the handler for the Internal Cooldown system.

When the Internal Cooldown is considered active through isInInternalCooldown(), elements should not be applied or refreshed.

To read more about the InternalCooldown, refer to the InternalCooldownContext class.