Class BreakBlocksObjective

java.lang.Object
rocks.gravili.notquests.spigot.structs.objectives.Objective
rocks.gravili.notquests.spigot.structs.objectives.BreakBlocksObjective

public class BreakBlocksObjective extends Objective
  • Constructor Details

    • BreakBlocksObjective

      public BreakBlocksObjective(NotQuests main)
  • 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

      public String getObjectiveTaskDescription(String eventualColor, org.bukkit.entity.Player player)
      Specified by:
      getObjectiveTaskDescription in class Objective
    • save

      public void save(org.bukkit.configuration.file.FileConfiguration configuration, String initialPath)
      Specified by:
      save in class Objective
    • setDeductIfBlockIsPlaced

      public void setDeductIfBlockIsPlaced(boolean deductIfBlockIsPlaced)
    • getBlockToBreak

      public final String getBlockToBreak()
    • onObjectiveUnlock

      public void onObjectiveUnlock(ActiveObjective activeObjective)
      Specified by:
      onObjectiveUnlock in class Objective
    • setBlockToBreak

      public void setBlockToBreak(String blockToBreak)
    • getAmountToBreak

      public final long getAmountToBreak()
    • isDeductIfBlockPlaced

      public final boolean isDeductIfBlockPlaced()
    • load

      public void load(org.bukkit.configuration.file.FileConfiguration configuration, String initialPath)
      Specified by:
      load in class Objective