Package dev.majek.pc.data.object
Class Cooldown
- java.lang.Object
-
- dev.majek.pc.data.object.Cooldown
-
public class Cooldown extends Object
Represents the amount of time between running commands.
-
-
Constructor Summary
Constructors Constructor Description Cooldown(PartyCommand partyCommand)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfinish()intgetTimeRemaining()booleanisFinished()voidrun()
-
-
-
Constructor Detail
-
Cooldown
public Cooldown(PartyCommand partyCommand)
-
-