soupply v2.54.0 (2018-07-23T09:50:22Z)
Dub
Repo
InventoryTransaction.ReleaseItem
soupply
bedrock137
protocol
play
InventoryTransaction
Undocumented in source.
class
InventoryTransaction
class
ReleaseItem :
Bedrock137Packet
{
enum
typeof
(
type
)
TYPE
;
enum
uint
SHOOT_BOW
;
enum
uint
CONSUME
;
enum
string
[]
__fields
;
@
Var
uint
actionType
;
@
Var
int
hotbarSlot
;
soupply
.
bedrock137
.
types
.
Slot
item
;
Vector
!(
float
,
"xyz"
)
headPosition
;
this
();
this
(uint actionType, int hotbarSlot, soupply.bedrock137.types.Slot item, Vector!(float, "xyz") headPosition);
mixin
Make
;
string
toString
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint actionType, int hotbarSlot, soupply.bedrock137.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
.
bedrock137
.
types
.
Slot
item
;
Undocumented in source.
Meta
Source
See Implementation
soupply
bedrock137
protocol
play
InventoryTransaction
aliases
Variants
classes
Normal0
Normal1
ReleaseItem
UseItem
UseItemOnEntity
constructors
this
functions
toString
mixins
__anonymous
static functions
fromBuffer
variables
CLIENTBOUND
ID
SERVERBOUND
__fields
actions
type
variantField