Class FailTrigger
java.lang.Object
rocks.gravili.notquests.structs.triggers.Trigger
rocks.gravili.notquests.structs.triggers.types.FailTrigger
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
handleCommands
(NotQuests main, cloud.commandframework.paper.PaperCommandManager<org.bukkit.command.CommandSender> manager, cloud.commandframework.Command.Builder<org.bukkit.command.CommandSender> addTriggerBuilder) void
void
Methods inherited from class rocks.gravili.notquests.structs.triggers.Trigger
getAmountNeeded, getApplyOn, getQuest, getTriggerAction, getTriggerID, getTriggerType, getWorldName, setAction, setAmountNeeded, setApplyOn, setQuest, setTriggerID, setWorldName, trigger
-
Constructor Details
-
FailTrigger
-
-
Method Details
-
handleCommands
public static void handleCommands(NotQuests main, cloud.commandframework.paper.PaperCommandManager<org.bukkit.command.CommandSender> manager, cloud.commandframework.Command.Builder<org.bukkit.command.CommandSender> addTriggerBuilder) -
save
public void save(org.bukkit.configuration.file.FileConfiguration configuration, String initialPath) -
getTriggerDescription
- Specified by:
getTriggerDescription
in classTrigger
-
load
public void load(org.bukkit.configuration.file.FileConfiguration configuration, String initialPath)
-