Uses of Annotation Interface
com.minigameworld.managers.event.GameEvent
Packages that use GameEvent
- 
Uses of GameEvent in com.minigameworld.dev
Methods in com.minigameworld.dev with annotations of type GameEventModifier and TypeMethodDescriptionprotected voidTestGame.onBreakBlock(org.bukkit.event.block.BlockBreakEvent e)protected voidTestGame.onPlaceBlock(org.bukkit.event.block.BlockPlaceEvent e)protected voidTestGame.onPlayerInteractEvent(org.bukkit.event.player.PlayerInteractEvent e) - 
Uses of GameEvent in com.minigameworld.frames
Methods in com.minigameworld.frames with annotations of type GameEvent - 
Uses of GameEvent in com.minigameworld.frames.helpers
Methods in com.minigameworld.frames.helpers with annotations of type GameEventModifier and TypeMethodDescriptionprotected voidMiniGameCustomOption.onBlockBreak(org.bukkit.event.block.BlockBreakEvent e)protected voidMiniGameCustomOption.onBlockPlace(org.bukkit.event.block.BlockPlaceEvent e)protected voidMiniGameCustomOption.onChat(org.bukkit.event.player.AsyncPlayerChatEvent e)protected voidMiniGameCustomOption.onEntityDamageByEntityEvent(org.bukkit.event.entity.EntityDamageByEntityEvent e)protected voidMiniGameCustomOption.onFoodLevelChange(org.bukkit.event.entity.FoodLevelChangeEvent e)protected voidMiniGameInventoryManager.onPlayerClickInv(org.bukkit.event.inventory.InventoryClickEvent e)protected voidMiniGameCustomOption.onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent e)protected voidMiniGameInventoryManager.onPlayerDeath(org.bukkit.event.entity.PlayerDeathEvent e)protected voidMiniGameInventoryManager.onPlayerDropItem(org.bukkit.event.player.PlayerDropItemEvent e)protected voidMiniGameCustomOption.onPlayerHurt(org.bukkit.event.entity.EntityDamageEvent e)protected voidMiniGameInventoryManager.onPlayerResapwn(org.bukkit.event.player.PlayerRespawnEvent e)protected voidMiniGameCustomOption.onPlayerRespawn(org.bukkit.event.player.PlayerRespawnEvent e)protected voidMiniGameInventoryManager.onPlayerSwapHandItem(org.bukkit.event.player.PlayerSwapHandItemsEvent e)