Class GiveQuestAction
java.lang.Object
rocks.gravili.notquests.spigot.structs.actions.Action
rocks.gravili.notquests.spigot.structs.actions.GiveQuestAction
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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) final boolean
void
void
void
setForceGive
(boolean forceGive) void
setQuestToGiveName
(String questName) Methods inherited from class rocks.gravili.notquests.spigot.structs.actions.Action
addCondition, clearConditions, getActionName, getActionType, getConditions, getObjective, getQuest, removeActionName, removeCondition, setActionName, setObjective, setQuest
-
Constructor Details
-
GiveQuestAction
-
-
Method Details
-
handleCommands
-
getQuestToGiveName
-
setQuestToGiveName
-
isForceGive
public final boolean isForceGive() -
setForceGive
public void setForceGive(boolean forceGive) -
execute
-
save
-
load
-
getActionDescription
- Specified by:
getActionDescription
in classAction
-