Class TriggerCommandAction
java.lang.Object
rocks.gravili.notquests.paper.structs.actions.Action
rocks.gravili.notquests.paper.structs.actions.TriggerCommandAction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
deserializeFromSingleLineString
(ArrayList<String> arguments) void
getActionDescription
(org.bukkit.entity.Player player, Object... objects) final String
static void
handleCommands
(NotQuests main, cloud.commandframework.paper.PaperCommandManager<org.bukkit.command.CommandSender> manager, cloud.commandframework.Command.Builder<org.bukkit.command.CommandSender> builder, ActionFor rewardFor) void
void
void
setTriggerCommand
(String triggerCommandName) Methods inherited from class rocks.gravili.notquests.paper.structs.actions.Action
addCondition, clearConditions, getActionName, getActionType, getCategory, getConditions, getObjective, getQuest, removeActionName, removeCondition, setActionName, setCategory, setObjective, setQuest
-
Constructor Details
-
TriggerCommandAction
-
-
Method Details
-
handleCommands
-
getTriggerCommand
-
setTriggerCommand
-
execute
-
save
-
load
-
deserializeFromSingleLineString
- Specified by:
deserializeFromSingleLineString
in classAction
-
getActionDescription
- Specified by:
getActionDescription
in classAction
-