public class DebuggingCommands extends Object
| Constructor and Description |
|---|
DebuggingCommands(WorldGuardPlugin plugin)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
fireBreakEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
fireDamageEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
fireInteractEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
firePlaceEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
public DebuggingCommands(WorldGuardPlugin plugin)
plugin - The plugin instancepublic void fireBreakEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender)
throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandExceptionpublic void firePlaceEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender)
throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandExceptionpublic void fireInteractEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender)
throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandExceptionpublic void fireDamageEvent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender)
throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandExceptionCopyright © 2015. All Rights Reserved.