Class PartyCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter
dk.lockfuglsang.minecraft.command.CompositeCommand
us.talabrek.ultimateskyblock.command.island.PartyCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command, org.bukkit.command.TabCompleter

public class PartyCommand extends dk.lockfuglsang.minecraft.command.CompositeCommand
  • Field Summary

    Fields inherited from class dk.lockfuglsang.minecraft.command.CompositeCommand

    HELP_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
    PartyCommand(uSkyBlock plugin, SkyBlockMenu menu, InviteHandler inviteHandler)
     
  • 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.CompositeCommand

    accept, add, addFeaturePermission, addTab, getAliases, getChildren, getDescription, getFeaturePermissions, getName, getParams, getParamsAsString, getParent, getPermission, getTabCompleter, getUsage, hasAccess, hasPermission, hasPermissionOverride, onTabComplete, setParent, showUsage

    Methods inherited from class dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter

    filter

    Methods inherited from class java.lang.Object

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

  • Method Details

    • execute

      public boolean execute(org.bukkit.command.CommandSender sender, String alias, Map<String,Object> data, String... args)
      Specified by:
      execute in interface dk.lockfuglsang.minecraft.command.Command
      Overrides:
      execute in class dk.lockfuglsang.minecraft.command.CompositeCommand