0x1B S1BPacketEntityAttach

Attaches an entity to another (player on horse, animal on leash, leach knot).

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

Fields

FieldTypeDescription
entityIdintEntity ID of the passenger
vehicleIdintEntity ID of the vehicle (-1 for detach)

Wire Encoding

FieldTypeNotes
Entity IDintPassenger
Vehicle IDintVehicle (-1 = detach)

MCP References

MCPNetHandlerPlayClient.handleEntityAttach()

Handler Interface

HNDINetHandlerPlayClient

implementation Implementation Cases

ESP

Track entity leashes and vehicle mounts.

Vanilla hook: EventReceivePacket
AntiBot

Track entity leashes and vehicle mounts.

Vanilla hook: EventReceivePacket
← Back to all packets