Class MessagingComponent.Commands

java.lang.Object
com.sk89q.commandbook.component.messaging.MessagingComponent.Commands
Enclosing class:
MessagingComponent

public class MessagingComponent.Commands
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    Commands()  
  • Method Summary

    Modifier and Type Method Description
    void broadcast​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  
    void me​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  
    void msg​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  
    void mute​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  
    void reply​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  
    void say​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  
    void unmute​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • me

      public void me​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • say

      public void say​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • msg

      public void msg​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • reply

      public void reply​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • mute

      public void mute​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • unmute

      public void unmute​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • broadcast

      public void broadcast​(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException