public class DiscoArmorListener extends DiscoArmorManager implements org.bukkit.event.Listener
| Constructor and Description |
|---|
DiscoArmorListener(DiscoArmor plugin) |
| Modifier and Type | Method and Description |
|---|---|
void |
onClick(org.bukkit.event.inventory.InventoryClickEvent e) |
void |
onCommandProcess(org.bukkit.event.player.PlayerCommandPreprocessEvent e) |
void |
onDeath(org.bukkit.event.entity.PlayerDeathEvent e) |
void |
onKick(org.bukkit.event.player.PlayerKickEvent e) |
void |
onQuit(org.bukkit.event.player.PlayerQuitEvent e) |
void |
onWorldChange(org.bukkit.event.player.PlayerChangedWorldEvent e) |
void |
setup() |
getPlugin, isEnabledpublic DiscoArmorListener(DiscoArmor plugin)
public void onCommandProcess(org.bukkit.event.player.PlayerCommandPreprocessEvent e)
public void onDeath(org.bukkit.event.entity.PlayerDeathEvent e)
public void onClick(org.bukkit.event.inventory.InventoryClickEvent e)
public void onQuit(org.bukkit.event.player.PlayerQuitEvent e)
public void onKick(org.bukkit.event.player.PlayerKickEvent e)
public void onWorldChange(org.bukkit.event.player.PlayerChangedWorldEvent e)
public void setup()