setEntityGlowing

abstract fun setEntityGlowing(player: Player, entityId: Int, glowing: Boolean)

Sets the glowing visual effect on an entity for the player via a metadata packet.

Parameters

player

The target player.

entityId

The entity to update.

glowing

Whether the entity should appear glowing.