Package dev.triumphteam.gui.guis
Class InteractionModifierListener
java.lang.Object
dev.triumphteam.gui.guis.InteractionModifierListener
- All Implemented Interfaces:
org.bukkit.event.Listener
Listener that apply default GUI
InteractionModifiers to all GUIs- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonGuiClick(org.bukkit.event.inventory.InventoryClickEvent event) Handles any click on GUIs, applying allInteractionModifieras requiredvoidonGuiDrag(org.bukkit.event.inventory.InventoryDragEvent event) Handles any item drag on GUIs, applying allInteractionModifieras required
-
Constructor Details
-
InteractionModifierListener
public InteractionModifierListener()
-
-
Method Details
-
onGuiClick
public void onGuiClick(org.bukkit.event.inventory.InventoryClickEvent event) Handles any click on GUIs, applying allInteractionModifieras required- Parameters:
event- The InventoryClickEvent- Since:
- 3.0.0
-
onGuiDrag
public void onGuiDrag(org.bukkit.event.inventory.InventoryDragEvent event) Handles any item drag on GUIs, applying allInteractionModifieras required- Parameters:
event- The InventoryDragEvent- Since:
- 3.0.0
-