Class PortalsCommand
java.lang.Object
me.xxastaspastaxx.dimensions.commands.DimensionsCommand
me.xxastaspastaxx.dimensions.commands.PortalsCommand
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidExecute the commandvoidonClick(org.bukkit.event.inventory.InventoryClickEvent e)voidonClose(org.bukkit.event.inventory.InventoryCloseEvent e)static StringreadStringFromURL(String requestURL)Methods inherited from class me.xxastaspastaxx.dimensions.commands.DimensionsCommand
getAliases, getArgs, getCommand, getDescription, getPermission, isAdminCommand, isThisCommand
-
Constructor Details
-
PortalsCommand
-
-
Method Details
-
execute
Description copied from class:DimensionsCommandExecute the command- Specified by:
executein classDimensionsCommand- Parameters:
sender- the sender of the commandargs- the arguments used
-
readStringFromURL
- Throws:
IOException
-
onClick
public void onClick(org.bukkit.event.inventory.InventoryClickEvent e) -
onClose
public void onClose(org.bukkit.event.inventory.InventoryCloseEvent e)
-