Class CustomEvent
-
- All Implemented Interfaces:
public final class CustomEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final CustomEventType
type
private final Boolean
isOneUsage
-
Constructor Summary
Constructors Constructor Description CustomEvent(String action, Boolean oneUsage)
-
Method Summary
Modifier and Type Method Description final CustomEventType
getType()
final Boolean
isOneUsage()
final List<String>
getParams()
final CustomListener
getListener(String itemID, Long cooldown, ClickAction clickAction)
-
-
Method Detail
-
getType
final CustomEventType getType()
-
isOneUsage
final Boolean isOneUsage()
-
getListener
final CustomListener getListener(String itemID, Long cooldown, ClickAction clickAction)
-
-
-
-