public class ShopInteractListener extends Object implements org.bukkit.event.Listener
Constructor and Description |
---|
ShopInteractListener(ShopChest plugin) |
Modifier and Type | Method and Description |
---|---|
void |
onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e) |
void |
onPlayerDamageEntity(org.bukkit.event.entity.EntityDamageByEntityEvent e) |
void |
onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent e) |
void |
onPlayerInteractAtEntity(org.bukkit.event.player.PlayerInteractAtEntityEvent e) |
void |
onPlayerInteractCreate(org.bukkit.event.player.PlayerInteractEvent e) |
void |
onPlayerManipulateArmorStand(org.bukkit.event.player.PlayerArmorStandManipulateEvent e) |
public ShopInteractListener(ShopChest plugin)
public void onInventoryClick(org.bukkit.event.inventory.InventoryClickEvent e)
public void onPlayerManipulateArmorStand(org.bukkit.event.player.PlayerArmorStandManipulateEvent e)
public void onPlayerInteractCreate(org.bukkit.event.player.PlayerInteractEvent e)
public void onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent e)
public void onPlayerInteractAtEntity(org.bukkit.event.player.PlayerInteractAtEntityEvent e)
public void onPlayerDamageEntity(org.bukkit.event.entity.EntityDamageByEntityEvent e)
Copyright © 2017. All rights reserved.