JSPrismarine
Preparing search index...
@jsprismarine/nbt
NBTWriter
Class NBTWriter
Index
Constructors
constructor
Methods
set
Use
Varint
write
Byte
Value
write
Compound
write
List
write
Short
Value
Constructors
constructor
new
NBTWriter
(
out
:
NetworkBinaryStream
,
byteOrder
:
ByteOrder
)
:
NBTWriter
Parameters
out
:
NetworkBinaryStream
byteOrder
:
ByteOrder
Returns
NBTWriter
Methods
set
Use
Varint
setUseVarint
(
useVarint
:
boolean
)
:
void
Parameters
useVarint
:
boolean
Returns
void
write
Byte
Value
writeByteValue
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
write
Compound
writeCompound
(
compound
:
NBTTagCompound
)
:
void
Parameters
compound
:
NBTTagCompound
Returns
void
write
List
writeList
(
list
:
Set
<
any
>
)
:
void
Parameters
list
:
Set
<
any
>
Returns
void
write
Short
Value
writeShortValue
(
value
:
number
)
:
void
Parameters
value
:
number
Returns
void
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
set
Use
Varint
write
Byte
Value
write
Compound
write
List
write
Short
Value
JSPrismarine
Loading...