ru.tehkode.permissions.bukkit.commands
Class WorldCommands

java.lang.Object
  extended by ru.tehkode.permissions.bukkit.commands.PermissionsCommand
      extended by ru.tehkode.permissions.bukkit.commands.WorldCommands
All Implemented Interfaces:
CommandListener

public class WorldCommands
extends PermissionsCommand


Field Summary
 
Fields inherited from class ru.tehkode.permissions.bukkit.commands.PermissionsCommand
logger
 
Constructor Summary
WorldCommands()
           
 
Method Summary
 void worldPrintInheritance(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, Map<String,String> args)
           
 void worldSetInheritance(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, Map<String,String> args)
           
 void worldsTree(org.bukkit.plugin.Plugin plugin, org.bukkit.command.CommandSender sender, Map<String,String> args)
           
 
Methods inherited from class ru.tehkode.permissions.bukkit.commands.PermissionsCommand
autoCompleteGroupName, autoCompleteGroupName, autoCompletePermission, autoCompletePermission, autoCompletePlayerName, autoCompletePlayerName, autoCompleteWorldName, autoCompleteWorldName, getPermissionsTree, getPosition, getSafeWorldName, getSenderName, informGroup, informPlayer, mapPermissions, parseValue, printEntityInheritance, printHierarchy, sendMessage, sprintPermissions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldCommands

public WorldCommands()
Method Detail

worldsTree

public void worldsTree(org.bukkit.plugin.Plugin plugin,
                       org.bukkit.command.CommandSender sender,
                       Map<String,String> args)

worldPrintInheritance

public void worldPrintInheritance(org.bukkit.plugin.Plugin plugin,
                                  org.bukkit.command.CommandSender sender,
                                  Map<String,String> args)

worldSetInheritance

public void worldSetInheritance(org.bukkit.plugin.Plugin plugin,
                                org.bukkit.command.CommandSender sender,
                                Map<String,String> args)


Copyright © 2011. All Rights Reserved.