public class RegionCommands extends Object
Modifier and Type | Class and Description |
---|---|
class |
RegionCommands.RegionEntry |
Constructor and Description |
---|
RegionCommands(WorldGuardPlugin plugin) |
Modifier and Type | Method and Description |
---|---|
void |
claim(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
define(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
displayRegionInfo(org.bukkit.command.CommandSender sender,
LocalPlayer localPlayer,
ProtectedRegion region) |
void |
flag(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
info(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
list(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
load(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
migratedb(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
redefine(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
remove(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
save(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
select(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
selectRegion(org.bukkit.entity.Player player,
LocalPlayer localPlayer,
ProtectedRegion region) |
<V> void |
setFlag(ProtectedRegion region,
Flag<V> flag,
org.bukkit.command.CommandSender sender,
String value) |
void |
setParent(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
setPriority(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
void |
teleport(com.sk89q.minecraft.util.commands.CommandContext args,
org.bukkit.command.CommandSender sender) |
public RegionCommands(WorldGuardPlugin plugin)
public void define(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void redefine(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void claim(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void select(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void selectRegion(org.bukkit.entity.Player player, LocalPlayer localPlayer, ProtectedRegion region) throws com.sk89q.minecraft.util.commands.CommandException, com.sk89q.minecraft.util.commands.CommandPermissionsException
com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandPermissionsException
public void info(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void displayRegionInfo(org.bukkit.command.CommandSender sender, LocalPlayer localPlayer, ProtectedRegion region) throws com.sk89q.minecraft.util.commands.CommandPermissionsException
com.sk89q.minecraft.util.commands.CommandPermissionsException
public void list(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void flag(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public <V> void setFlag(ProtectedRegion region, Flag<V> flag, org.bukkit.command.CommandSender sender, String value) throws InvalidFlagFormat
InvalidFlagFormat
public void setPriority(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void setParent(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void remove(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void load(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void save(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void migratedb(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
public void teleport(com.sk89q.minecraft.util.commands.CommandContext args, org.bukkit.command.CommandSender sender) throws com.sk89q.minecraft.util.commands.CommandException
com.sk89q.minecraft.util.commands.CommandException
Copyright © 2013. All Rights Reserved.