Interface ICommandSender

All Known Implementing Classes:
AbstractPlayerEntity

public interface ICommandSender
  • Method Details

    • getWorld

      IWorld getWorld()
    • getCommandLevel

      int getCommandLevel()
    • getName

      String getName()
    • getUniqueId

      UUID getUniqueId()
    • getChatColorFormat

      String getChatColorFormat()
    • sendMessageTo

      void sendMessageTo(IChatLog chat, ChatComponent message)