public class EntityListener extends Object implements org.bukkit.event.Listener
| Constructor and Description |
|---|
EntityListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
entityFire(org.bukkit.event.entity.EntityCombustByEntityEvent e) |
void |
onCreatureSpawn(org.bukkit.event.entity.CreatureSpawnEvent event) |
void |
onEntityDamage(org.bukkit.event.entity.EntityDamageEvent e) |
void |
onInteractEvent(org.bukkit.event.player.PlayerInteractEntityEvent e) |
void |
onPlayerFrostWalk(org.bukkit.event.block.EntityBlockFormEvent e) |
void |
onPotionSplash(org.bukkit.event.entity.PotionSplashEvent event) |
void |
WitherBlockBreak(org.bukkit.event.entity.EntityChangeBlockEvent event) |
public void onPlayerFrostWalk(org.bukkit.event.block.EntityBlockFormEvent e)
public void onCreatureSpawn(org.bukkit.event.entity.CreatureSpawnEvent event)
public void entityFire(org.bukkit.event.entity.EntityCombustByEntityEvent e)
public void onEntityDamage(org.bukkit.event.entity.EntityDamageEvent e)
public void onPotionSplash(org.bukkit.event.entity.PotionSplashEvent event)
public void onInteractEvent(org.bukkit.event.player.PlayerInteractEntityEvent e)
public void WitherBlockBreak(org.bukkit.event.entity.EntityChangeBlockEvent event)
Copyright © 2021. All rights reserved.