toggle menu
SakuraBind
2.4.4-dev2
jvm
switch theme
search in API
SakuraBind
/
top.iseason.bukkit.sakurabind.listener
/
EntityListener
Entity
Listener
public
class
EntityListener
implements
Listener
Members
Properties
INSTANCE
Link copied to clipboard
public
final
static
EntityListener
INSTANCE
Functions
on
Creature
Spawn
Event
Link copied to clipboard
public
final
Unit
onCreatureSpawnEvent
(
CreatureSpawnEvent
event
)
检测生物蛋的模块
on
Entity
Damage
By
Entity
Event
Link copied to clipboard
public
final
Unit
onEntityDamageByEntityEvent
(
EntityDamageByEntityEvent
event
)
禁止被实体攻击
on
Entity
Damage
Event
Link copied to clipboard
public
final
Unit
onEntityDamageEvent
(
EntityDamageEvent
event
)
禁止受伤
on
Entity
Death
Event
Link copied to clipboard
public
final
Unit
onEntityDeathEvent
(
EntityDeathEvent
event
)
实体死亡
on
Entity
Target
Event
Link copied to clipboard
public
final
Unit
onEntityTargetEvent
(
EntityTargetEvent
event
)
on
Player
Interact
At
Entity
Event
Link copied to clipboard
public
final
Unit
onPlayerInteractAtEntityEvent
(
PlayerInteractAtEntityEvent
event
)
禁止交互
on
Player
Interact
Event
Link copied to clipboard
public
final
Unit
onPlayerInteractEvent
(
PlayerInteractEvent
event
)
检测生物蛋的模块