EntityActionPacket

data class EntityActionPacket(val entityId: Int, val actionId: Int, val jumpBoost: Int) : ServerBoundPacket

Player Command | 0x1d | play | serverbound

Parameters

entityId

entityId

actionId

actionId

jumpBoost

jumpBoost

See also

Constructors

Link copied to clipboard
constructor(entityId: Int, actionId: Int, jumpBoost: Int)

Types

Link copied to clipboard

Properties

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