- All Implemented Interfaces:
- org.bukkit.command.CommandExecutor
public class TpDenyCommand
extends Object
implements org.bukkit.command.CommandExecutor 
The type Tp deny command.
- 
Constructor SummaryConstructors 
- 
Method Summary
boolean
 onCommand(org.bukkit.command.CommandSender sender,
 org.bukkit.command.Command command,
 String label,
 String[] args)
  
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
TpDenyCommandpublic TpDenyCommand() 
 
- 
Method Details
- 
onCommandpublic boolean onCommand(org.bukkit.command.CommandSender sender,
 org.bukkit.command.Command command,
 String label,
 String[] args) 
- Specified by:
- onCommandin interface- org.bukkit.command.CommandExecutor