PickFromEntityArg

data class PickFromEntityArg(val player: ServerPlayer, val entity: Entity, val includeData: Boolean)

Constructors

Link copied to clipboard
constructor(player: ServerPlayer, entity: Entity, includeData: Boolean)

Properties

Link copied to clipboard
val entity: Entity
Link copied to clipboard
Link copied to clipboard
val player: ServerPlayer