EntityEffectPacket

data class EntityEffectPacket(val entityId: Int, val effectId: Int, val amplifier: Byte, val duration: Int, val hideParticles: Byte, val hasFactorCodec: Boolean, val factorCodec: NBT?) : ClientBoundPacket

Entity Effect | 0x68 | play | clientbound

Parameters

entityId

entityId

effectId

effectId

amplifier

amplifier

duration

duration

hideParticles

hideParticles

hasFactorCodec

factorCodec is present

factorCodec

factorCodec

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, effectId: Int, amplifier: Byte, duration: Int, hideParticles: Byte, hasFactorCodec: Boolean, factorCodec: NBT?)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard