Class SpigotHotbarListener
java.lang.Object
com.guflimc.brick.gui.spigot.listener.SpigotHotbarListener
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onInteract
(org.bukkit.event.player.PlayerInteractAtEntityEvent e) void
onInteract
(org.bukkit.event.player.PlayerInteractEntityEvent e) void
onInteract
(org.bukkit.event.player.PlayerInteractEvent e) void
onInventoryClick
(org.bukkit.event.inventory.InventoryClickEvent event) void
onItemMove
(org.bukkit.event.inventory.InventoryMoveItemEvent e) void
onQuit
(org.bukkit.event.player.PlayerQuitEvent event)
-
Field Details
-
registry
-
-
Constructor Details
-
Method Details
-
onQuit
public void onQuit(org.bukkit.event.player.PlayerQuitEvent event) -
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent event) -
onInteract
public void onInteract(org.bukkit.event.player.PlayerInteractEvent e) -
onInteract
public void onInteract(org.bukkit.event.player.PlayerInteractEntityEvent e) -
onInteract
public void onInteract(org.bukkit.event.player.PlayerInteractAtEntityEvent e) -
onItemMove
public void onItemMove(org.bukkit.event.inventory.InventoryMoveItemEvent e)
-