Class ChallengeCompleteCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.AbstractCommand
us.talabrek.ultimateskyblock.command.challenge.ChallengeCompleteCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command

public class ChallengeCompleteCommand extends dk.lockfuglsang.minecraft.command.AbstractCommand
Complete Challenge Command
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.bukkit.command.CommandSender sender, String alias, Map<String,Object> data, String... args)
     

    Methods inherited from class dk.lockfuglsang.minecraft.command.AbstractCommand

    accept, addFeaturePermission, getAliases, getDescription, getFeaturePermissions, getName, getParams, getParent, getPermission, getTabCompleter, getUsage, hasPermission, hasPermissionOverride, join, join, setParent

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ChallengeCompleteCommand

      public ChallengeCompleteCommand(uSkyBlock plugin)
  • Method Details