InventoryTransaction.UseItem

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint actionType, sul.protocol.bedrock141.types.BlockPosition blockPosition, int face, int hotbarSlot, sul.protocol.bedrock141.types.Slot item, Tuple!(float, "x", float, "y", float, "z") playerPosition, Tuple!(float, "x", float, "y", float, "z") clickPosition)
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

BREAK_BLOCK
enum uint BREAK_BLOCK;
Undocumented in source.
CLICK_AIR
enum uint CLICK_AIR;
Undocumented in source.
CLICK_BLOCK
enum uint CLICK_BLOCK;
Undocumented in source.
FIELDS
enum string[] FIELDS;
Undocumented in source.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
actionType
uint actionType;
Undocumented in source.
blockPosition
sul.protocol.bedrock141.types.BlockPosition blockPosition;
Undocumented in source.
clickPosition
Tuple!(float, "x", float, "y", float, "z") clickPosition;
Undocumented in source.
face
int face;
Undocumented in source.
hotbarSlot
int hotbarSlot;
Undocumented in source.
item
sul.protocol.bedrock141.types.Slot item;
Undocumented in source.
playerPosition
Tuple!(float, "x", float, "y", float, "z") playerPosition;
Undocumented in source.

Meta