Class PlaceBlocksObjective
java.lang.Object
rocks.gravili.notquests.spigot.structs.objectives.Objective
rocks.gravili.notquests.spigot.structs.objectives.PlaceBlocksObjective
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal long
final String
getObjectiveTaskDescription
(String eventualColor, org.bukkit.entity.Player player) static void
handleCommands
(NotQuests main, cloud.commandframework.paper.PaperCommandManager<org.bukkit.command.CommandSender> manager, cloud.commandframework.Command.Builder<org.bukkit.command.CommandSender> addObjectiveBuilder) final boolean
void
void
onObjectiveUnlock
(ActiveObjective activeObjective) void
void
setBlockToPlace
(String blockToPlace) void
setDeductIfBlockIsBroken
(boolean deductIfBlockIsBroken) Methods inherited from class rocks.gravili.notquests.spigot.structs.objectives.Objective
addCondition, addReward, clearConditions, clearRewards, getCompletionArmorStandUUID, getCompletionNPCID, getConditions, getObjectiveDescription, getObjectiveDescription, getObjectiveDisplayName, getObjectiveFinalName, getObjectiveID, getProgressNeeded, getQuest, getRewards, removeCondition, removeObjectiveDescription, removeObjectiveDisplayName, removeReward, setCompletionArmorStandUUID, setCompletionNPCID, setObjectiveDescription, setObjectiveDisplayName, setObjectiveID, setProgressNeeded, setQuest
-
Constructor Details
-
PlaceBlocksObjective
-
-
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> addObjectiveBuilder) -
getObjectiveTaskDescription
- Specified by:
getObjectiveTaskDescription
in classObjective
-
setDeductIfBlockIsBroken
public void setDeductIfBlockIsBroken(boolean deductIfBlockIsBroken) -
save
-
load
-
getBlockToPlace
-
onObjectiveUnlock
- Specified by:
onObjectiveUnlock
in classObjective
-
setBlockToPlace
-
getAmountToPlace
public final long getAmountToPlace() -
isDeductIfBlockBroken
public final boolean isDeductIfBlockBroken()
-