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 voidgodCmd(org.bukkit.command.CommandSender sender, boolean silent, MultiPlayerTarget targetPlayers)voidungodCmd(org.bukkit.command.CommandSender sender, boolean silent, MultiPlayerTarget targetPlayers)
-
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
-