soupply v2.54.0 (2018-07-23T09:50:22Z)
Dub
Repo
InventoryAction
soupply
bedrock137
types
Undocumented in source.
struct
InventoryAction {
enum
uint
CONTAINER
;
enum
uint
WORLD
;
enum
uint
CREATIVE
;
enum
string
[]
__fields
;
@
Var
uint
source
;
@
Condition
("source==0")
@
Var
int
container
;
@
Condition
("source==2")
@
Var
uint
unknown2
;
@
Var
uint
slot
;
soupply
.
bedrock137
.
types
.
Slot
oldItem
;
soupply
.
bedrock137
.
types
.
Slot
newItem
;
mixin
Make
!(
Endian
.
littleEndian
,
varuint
)
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Make
!(
Endian
.
littleEndian
,
varuint
)
Undocumented in source.
Variables
CONTAINER
enum
uint
CONTAINER
;
Undocumented in source.
CREATIVE
enum
uint
CREATIVE
;
Undocumented in source.
WORLD
enum
uint
WORLD
;
Undocumented in source.
__fields
enum
string
[]
__fields
;
Undocumented in source.
container
int
container
;
Undocumented in source.
newItem
soupply
.
bedrock137
.
types
.
Slot
newItem
;
Undocumented in source.
oldItem
soupply
.
bedrock137
.
types
.
Slot
oldItem
;
Undocumented in source.
slot
uint
slot
;
Undocumented in source.
source
uint
source
;
Undocumented in source.
unknown2
uint
unknown2
;
Undocumented in source.
Meta
Source
See Implementation
soupply
bedrock137
types
structs
Attribute
BlockPosition
ChunkData
Command
Decoration
Enum
ExtraData
InventoryAction
Link
LoginBody
McpeUuid
Overload
Pack
PackWithSize
Parameter
PlayerList
Recipe
Rule
Section
Skin
Slot