Package valorless.havenbags.features
Class InventoryLock
java.lang.Object
valorless.havenbags.features.InventoryLock
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
void
onInventoryClick
(org.bukkit.event.inventory.InventoryClickEvent e) void
onInventoryMoveItem
(org.bukkit.event.inventory.InventoryMoveItemEvent e) void
onPlayerDropItem
(org.bukkit.event.player.PlayerDropItemEvent e)
-
Constructor Details
-
InventoryLock
public InventoryLock()
-
-
Method Details
-
init
public static void init() -
onInventoryMoveItem
public void onInventoryMoveItem(org.bukkit.event.inventory.InventoryMoveItemEvent e) -
onInventoryClick
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e) -
onPlayerDropItem
public void onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent e)
-