InventoryTransaction.UseItemOnEntity

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(long entityId, uint actionType, int hotbarSlot, soupply.bedrock160.types.Slot item, Vector!(float, "xyz") unknown4, Vector!(float, "xyz") unknown5)
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

ATTACK
enum uint ATTACK;
Undocumented in source.
INTERACT
enum uint INTERACT;
Undocumented in source.
TYPE
enum typeof(type) TYPE;
Undocumented in source.
__fields
enum string[] __fields;
Undocumented in source.
actionType
uint actionType;
Undocumented in source.
entityId
long entityId;
Undocumented in source.
hotbarSlot
int hotbarSlot;
Undocumented in source.
item
soupply.bedrock160.types.Slot item;
Undocumented in source.
unknown4
Vector!(float, "xyz") unknown4;
Undocumented in source.
unknown5
Vector!(float, "xyz") unknown5;
Undocumented in source.

Meta