Class BukkitCommandAPIMessenger

java.lang.Object
dev.jorel.commandapi.network.CommandAPIMessenger<org.bukkit.entity.Player, org.bukkit.entity.Player>
dev.jorel.commandapi.network.BukkitCommandAPIMessenger
All Implemented Interfaces:
org.bukkit.event.Listener, org.bukkit.plugin.messaging.PluginMessageListener

public class BukkitCommandAPIMessenger extends CommandAPIMessenger<org.bukkit.entity.Player, org.bukkit.entity.Player> implements org.bukkit.plugin.messaging.PluginMessageListener, org.bukkit.event.Listener
A CommandAPIMessenger for sending and receiving messages to and from CommandAPIBukkit and Players connected to the Bukkit server.
  • Constructor Details

    • BukkitCommandAPIMessenger

      public BukkitCommandAPIMessenger(org.bukkit.plugin.java.JavaPlugin plugin)
      Parameters:
      plugin - The plugin sending and receiving messages.
  • Method Details