0x1E S1EPacketRemoveEntityEffect

Removes a potion effect from an entity.

Clientbound (Server → Client) · PLAY · net/minecraft/network/play/server/S1EPacketRemoveEntityEffect.java
entitypotioneffect

Fields

FieldTypeDescription
entityIdVarIntEntity ID
effectIdbytePotion effect ID

Wire Encoding

FieldTypeNotes
Entity IDVarInt
Effect IDbytePotion ID

MCP References

MCPNetHandlerPlayClient.handleRemoveEntityEffect()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

PotionHUD

Track potion effect removals for HUD updates.

Vanilla hook: EventReceivePacket
← Back to all packets