RemoveEntityEffectPacket

data class RemoveEntityEffectPacket(val entityId: Int, val effectId: Int) : ClientBoundPacket

Remove Entity Effect | 0x3b | play | clientbound

Parameters

entityId

entityId

effectId

effectId

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, effectId: Int)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard