RebarEntityChangedBlock

Called when an entity modified a block. This is called in many places - for example:

  • When a wither breaks a block

  • When an enderman takes/places a block

  • When a sheep eats grass

  • ...etc

May be called alongside other events, such as org.bukkit.event.entity.EntityBreakDoorEvent

See also

Functions

Link copied to clipboard
abstract fun onEntityChanged(event: EntityChangeBlockEvent, priority: EventPriority)