0x1E S1EPacketRemoveEntityEffect
Removes a potion effect from an entity.
Fields
| Field | Type | Description |
|---|---|---|
| entityId | VarInt | Entity ID |
| effectId | byte | Potion effect ID |
Wire Encoding
| Field | Type | Notes |
|---|---|---|
| Entity ID | VarInt | |
| Effect ID | byte | Potion ID |
MCP References
MCP
NetHandlerPlayClient.handleRemoveEntityEffect()Handler Interface
HND
INetHandlerPlayClientimplementation Implementation Cases
PotionHUD
Track potion effect removals for HUD updates.