public class GeneralListeners
extends java.lang.Object
implements org.bukkit.event.Listener
Constructor and Description |
---|
GeneralListeners() |
Modifier and Type | Method and Description |
---|---|
void |
onBow(org.bukkit.event.entity.EntityShootBowEvent e) |
void |
onClick(org.bukkit.event.inventory.InventoryClickEvent e) |
void |
onHit(org.bukkit.event.entity.ProjectileHitEvent e) |
void |
onInteract(org.bukkit.event.player.PlayerInteractEvent e) |
void |
onJoin(org.bukkit.event.player.PlayerJoinEvent e) |
void |
onLeave(org.bukkit.event.player.PlayerQuitEvent e) |
public void onInteract(org.bukkit.event.player.PlayerInteractEvent e)
public void onClick(org.bukkit.event.inventory.InventoryClickEvent e)
public void onBow(org.bukkit.event.entity.EntityShootBowEvent e)
public void onHit(org.bukkit.event.entity.ProjectileHitEvent e)
public void onJoin(org.bukkit.event.player.PlayerJoinEvent e)
public void onLeave(org.bukkit.event.player.PlayerQuitEvent e)