Uses of Interface
org.cloudburstmc.api.command.CommandSender
Packages that use CommandSender
-
Uses of CommandSender in org.cloudburstmc.api.event.player
Fields in org.cloudburstmc.api.event.player with type parameters of type CommandSenderMethods in org.cloudburstmc.api.event.player that return types with arguments of type CommandSenderMethod parameters in org.cloudburstmc.api.event.player with type arguments of type CommandSenderModifier and TypeMethodDescriptionvoidPlayerChatEvent.setRecipients(Set<CommandSender> recipients)Constructor parameters in org.cloudburstmc.api.event.player with type arguments of type CommandSenderModifierConstructorDescriptionPlayerChatEvent(Player player, String message, String format, Set<CommandSender> recipients) -
Uses of CommandSender in org.cloudburstmc.api.event.server
Fields in org.cloudburstmc.api.event.server declared as CommandSenderMethods in org.cloudburstmc.api.event.server that return CommandSenderConstructors in org.cloudburstmc.api.event.server with parameters of type CommandSender