InventoryTransaction.ReleaseItem

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint actionType, int hotbarSlot, sul.protocol.bedrock141.types.Slot item, Tuple!(float, "x", float, "y", float, "z") headPosition)
Undocumented in source.

Members

Functions

decode
void decode()
Undocumented in source. Be warned that the author may not have intended to support it.
encode
ubyte[] encode()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

CONSUME
enum uint CONSUME;
Undocumented in source.
FIELDS
enum string[] FIELDS;
Undocumented in source.
SHOOT_BOW
enum uint SHOOT_BOW;
Undocumented in source.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
actionType
uint actionType;
Undocumented in source.
headPosition
Tuple!(float, "x", float, "y", float, "z") headPosition;
Undocumented in source.
hotbarSlot
int hotbarSlot;
Undocumented in source.
item
sul.protocol.bedrock141.types.Slot item;
Undocumented in source.

Meta