Class GodCommands

java.lang.Object
com.sk89q.commandbook.component.god.GodCommands

public class GodCommands
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    GodCommands​(GodComponent component)  
  • Method Summary

    Modifier and Type Method Description
    void godCmd​(org.bukkit.command.CommandSender sender, boolean silent, MultiPlayerTarget targetPlayers)  
    void ungodCmd​(org.bukkit.command.CommandSender sender, boolean silent, MultiPlayerTarget targetPlayers)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • godCmd

      public void godCmd​(org.bukkit.command.CommandSender sender, @Switch(name='s',desc="silent") boolean silent, @Arg(desc="player(s) to target",def="") MultiPlayerTarget targetPlayers) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException
    • ungodCmd

      public void ungodCmd​(org.bukkit.command.CommandSender sender, @Switch(name='s',desc="silent") boolean silent, @Arg(desc="player(s) to target",def="") MultiPlayerTarget targetPlayers) throws com.sk89q.minecraft.util.commands.CommandException
      Throws:
      com.sk89q.minecraft.util.commands.CommandException