InventoryTransaction.UseItem

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(uint actionType, soupply.bedrock160.types.BlockPosition blockPosition, int face, int hotbarSlot, soupply.bedrock160.types.Slot item, Vector!(float, "xyz") playerPosition, Vector!(float, "xyz") clickPosition)
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

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.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
actionType
uint actionType;
Undocumented in source.
blockPosition
soupply.bedrock160.types.BlockPosition blockPosition;
Undocumented in source.
clickPosition
Vector!(float, "xyz") clickPosition;
Undocumented in source.
face
int face;
Undocumented in source.
hotbarSlot
int hotbarSlot;
Undocumented in source.
item
soupply.bedrock160.types.Slot item;
Undocumented in source.
playerPosition
Vector!(float, "xyz") playerPosition;
Undocumented in source.

Meta