NBT data for the item.
Blocks the item can be placed on.
Blocks the item can destroy.
Optional
ticking: null | bigintBlocks the item can destroy.
Blocks the item can be placed on.
The NBT data for the item.
Optional
tickingThe ticking for the item.
Static
readRead a value from the stream.
The BinaryStream to read from.
Optional
options: PacketDataTypeOptions<number>Options for reading the data type, such as endianness.
The value read from the stream.
Static
writeWrite a value to the stream.
The BinaryStream to write to.
The value to write.
Optional
options: PacketDataTypeOptions<number>Options for writing the data type, such as endianness.
Creates an instance of ItemInstanceUserData.