Package net.minestom.server.event.entity
-
Class Summary Class Description EntityAttackEvent Called when a player does a left click on an entity or withEntityCreature.attack(Entity)
.EntityDamageEvent Called withLivingEntity.damage(DamageType, float)
.EntityDeathEvent EntityFireEvent EntityItemMergeEvent Called when twoItemEntity
are merging theirItemStack
together to form a sole entity.EntitySpawnEvent Called when a new instance is set for an entity.EntityTickEvent Called when an entity ticks itself.EntityVelocityEvent Called when a velocity is applied to an entity usingEntity.setVelocity(Vector)
.