Package valorless.havenbags.features
Class Encumbering
java.lang.Object
valorless.havenbags.features.Encumbering
- All Implemented Interfaces:
org.bukkit.event.Listener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
void
onEntityPickupItem
(org.bukkit.event.entity.EntityPickupItemEvent e) static void
OnInventoryClose
(org.bukkit.event.inventory.InventoryCloseEvent e) void
onPlayerDropItem
(org.bukkit.event.player.PlayerDropItemEvent e) static void
Reload()
static void
static void
UpdateWeight
(org.bukkit.entity.Player player)
-
Constructor Details
-
Encumbering
public Encumbering()
-
-
Method Details
-
init
public static void init() -
Reload
public static void Reload() -
ReloadEffects
public static void ReloadEffects() -
OnInventoryClose
public static void OnInventoryClose(org.bukkit.event.inventory.InventoryCloseEvent e) -
onEntityPickupItem
public void onEntityPickupItem(org.bukkit.event.entity.EntityPickupItemEvent e) -
onPlayerDropItem
public void onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent e) -
UpdateWeight
public static void UpdateWeight(org.bukkit.entity.Player player)
-