Uses of Class
dev.majek.pc.command.PartyCommand
-
Packages that use PartyCommand Package Description dev.majek.pc.command dev.majek.pc.command.party dev.majek.pc.data.object -
-
Uses of PartyCommand in dev.majek.pc.command
Fields in dev.majek.pc.command with type parameters of type PartyCommand Modifier and Type Field Description static Map<org.bukkit.entity.Player,Map<PartyCommand,Cooldown>>
PartyCommand. cooldownMap
Map in a map for cooldown storage.Methods in dev.majek.pc.command with type parameters of type PartyCommand Modifier and Type Method Description <T extends PartyCommand>
TCommandHandler. getCommand(Class<T> clazz)
Methods in dev.majek.pc.command that return PartyCommand Modifier and Type Method Description PartyCommand
CommandHandler. getCommand(String name)
Methods in dev.majek.pc.command that return types with arguments of type PartyCommand Modifier and Type Method Description List<PartyCommand>
CommandHandler. getCommands()
-
Uses of PartyCommand in dev.majek.pc.command.party
Subclasses of PartyCommand in dev.majek.pc.command.party Modifier and Type Class Description class
PartyAccept
Handles/party accept
.class
PartyAdd
Handles/party add
.class
PartyCreate
Handles/party create
.class
PartyDeny
Handles/party deny
.class
PartyDisband
Handles/party disband
.class
PartyHelp
Handles/party help
.class
PartyInfo
Handles/party info
.class
PartyJoin
Handles/party join
.class
PartyLeave
Handles/party leave
.class
PartyPromote
Handles/party promote
.class
PartyRemove
Handles/party remove
.class
PartyRename
Handles/party rename
.class
PartySummon
Handles/party summon
.class
PartyToggle
Handles/party toggle
class
PartyVersion
Handles/party version
. -
Uses of PartyCommand in dev.majek.pc.data.object
Constructors in dev.majek.pc.data.object with parameters of type PartyCommand Constructor Description Cooldown(PartyCommand partyCommand)
-