Class BukkitClickActionHandler
java.lang.Object
org.screamingsandals.simpleinventories.action.ClickActionHandler
org.screamingsandals.simpleinventories.bukkit.action.BukkitClickActionHandler
- All Implemented Interfaces:
org.bukkit.event.Listener
public class BukkitClickActionHandler
extends org.screamingsandals.simpleinventories.action.ClickActionHandler
implements org.bukkit.event.Listener
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatchConsoleCommand
(String command) protected void
dispatchPlayerCommand
(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, String command) protected void
movePlayerOnProxy
(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, String server) void
onInventoryClick
(org.bukkit.event.inventory.InventoryClickEvent event) Methods inherited from class org.screamingsandals.simpleinventories.action.ClickActionHandler
handleAction
-
Constructor Details
-
BukkitClickActionHandler
public BukkitClickActionHandler()
-
-
Method Details
-
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) -
dispatchPlayerCommand
protected void dispatchPlayerCommand(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, String command) - Specified by:
dispatchPlayerCommand
in classorg.screamingsandals.simpleinventories.action.ClickActionHandler
-
dispatchConsoleCommand
- Specified by:
dispatchConsoleCommand
in classorg.screamingsandals.simpleinventories.action.ClickActionHandler
-
movePlayerOnProxy
protected void movePlayerOnProxy(org.screamingsandals.lib.player.PlayerWrapper playerWrapper, String server) - Specified by:
movePlayerOnProxy
in classorg.screamingsandals.simpleinventories.action.ClickActionHandler
-