Package com.minigameworld.frames.helpers
Class MiniGameInventoryManager
java.lang.Object
com.minigameworld.frames.helpers.MiniGameInventoryManager
- All Implemented Interfaces:
GameEventListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionminigame()protected voidonPlayerClickInv(org.bukkit.event.inventory.InventoryClickEvent e)protected voidonPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent e)protected voidonPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent e)protected voidonPlayerResapwn(org.bukkit.event.player.PlayerRespawnEvent e)protected voidonPlayerSwapHandItem(org.bukkit.event.player.PlayerSwapHandItemsEvent e)voidsetupOnJoin(org.bukkit.entity.Player p)
-
Constructor Details
-
MiniGameInventoryManager
-
-
Method Details
-
setupOnJoin
public void setupOnJoin(org.bukkit.entity.Player p) -
onPlayerDropItem
protected void onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent e) -
onPlayerDeath
protected void onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent e) -
onPlayerResapwn
protected void onPlayerResapwn(org.bukkit.event.player.PlayerRespawnEvent e) -
onPlayerClickInv
protected void onPlayerClickInv(org.bukkit.event.inventory.InventoryClickEvent e) -
onPlayerSwapHandItem
protected void onPlayerSwapHandItem(org.bukkit.event.player.PlayerSwapHandItemsEvent e) -
minigame
- Specified by:
minigamein interfaceGameEventListener
-