Interface ActionFactory
public interface ActionFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateConsoleCommandAction
(String command, InteractionType interactionType, long cooldown, long delay) createMessageAction
(String message, InteractionType interactionType, long cooldown, long delay) createPlayerChatAction
(String message, InteractionType interactionType, long cooldown, long delay) createPlayerCommandAction
(String command, InteractionType interactionType, long cooldown, long delay) createSwitchServerAction
(String server, InteractionType interactionType, long cooldown, long delay)
-
Method Details
-
createConsoleCommandAction
InteractionAction createConsoleCommandAction(String command, InteractionType interactionType, long cooldown, long delay) -
createMessageAction
InteractionAction createMessageAction(String message, InteractionType interactionType, long cooldown, long delay) -
createPlayerChatAction
InteractionAction createPlayerChatAction(String message, InteractionType interactionType, long cooldown, long delay) -
createPlayerCommandAction
InteractionAction createPlayerCommandAction(String command, InteractionType interactionType, long cooldown, long delay) -
createSwitchServerAction
InteractionAction createSwitchServerAction(String server, InteractionType interactionType, long cooldown, long delay)
-