InventoryTransaction.ReleaseItem

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint actionType, int hotbarSlot, soupply.bedrock160.types.Slot item, Vector!(float, "xyz") headPosition)
Undocumented in source.

Members

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin Make
Undocumented in source.

Variables

CONSUME
enum uint CONSUME;
Undocumented in source.
SHOOT_BOW
enum uint SHOOT_BOW;
Undocumented in source.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
actionType
uint actionType;
Undocumented in source.
headPosition
Vector!(float, "xyz") headPosition;
Undocumented in source.
hotbarSlot
int hotbarSlot;
Undocumented in source.
item
soupply.bedrock160.types.Slot item;
Undocumented in source.

Meta