CollectPacket

data class CollectPacket(val collectedEntityId: Int, val collectorEntityId: Int, val pickupItemCount: Int) : ClientBoundPacket

Pickup Item | 0x63 | play | clientbound

Parameters

collectedEntityId

collectedEntityId

collectorEntityId

collectorEntityId

pickupItemCount

pickupItemCount

See also

Constructors

Link copied to clipboard
constructor(collectedEntityId: Int, collectorEntityId: Int, pickupItemCount: Int)

Types

Link copied to clipboard

Properties

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