Class PartyTalkCommand

java.lang.Object
dk.lockfuglsang.minecraft.command.completion.AbstractTabCompleter
dk.lockfuglsang.minecraft.command.CompositeCommand
dk.lockfuglsang.minecraft.command.BaseCommandExecutor
us.talabrek.ultimateskyblock.chat.IslandChatCommand
us.talabrek.ultimateskyblock.chat.PartyTalkCommand
All Implemented Interfaces:
dk.lockfuglsang.minecraft.command.Command, org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class PartyTalkCommand extends IslandChatCommand
Talk to your party
  • Field Summary

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

    HELP_PATTERN
  • Constructor Summary

    Constructors
    Constructor
    Description
    PartyTalkCommand(uSkyBlock plugin, ChatLogic chatLogic)
     
  • Method Summary

    Methods inherited from class us.talabrek.ultimateskyblock.chat.IslandChatCommand

    execute, getUsage

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

    onCommand

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

    accept, add, addFeaturePermission, addTab, getAliases, getChildren, getDescription, getFeaturePermissions, getName, getParams, getParamsAsString, getParent, getPermission, getTabCompleter, 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