BlockPickupDataComponent

data class BlockPickupDataComponent(val pos: BlockPos, val state: BlockState)(source)

Data component to store the block about to be picked up by an empty staff.

Parameters

pos

The position of the block to be picked up from. Only available server-side

state

The block state to be picked up. Only available server-side

Constructors

Link copied to clipboard
constructor(pos: BlockPos, state: BlockState)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard