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 void
onPlayerClickInv(org.bukkit.event.inventory.InventoryClickEvent e)
protected void
onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent e)
protected void
onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent e)
protected void
onPlayerResapwn(org.bukkit.event.player.PlayerRespawnEvent e)
protected void
onPlayerSwapHandItem(org.bukkit.event.player.PlayerSwapHandItemsEvent e)
void
setupOnJoin(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:
minigame
in interfaceGameEventListener
-