-
Notifications
You must be signed in to change notification settings - Fork 0
Nbt.Elements.NbtLong
kishtarn555 edited this page Sep 30, 2022
·
1 revision
BedrockTools.Nbt.Elements.NbtLong
Inherit
public class BedrockTools.Nbt.Elements.NbtLong : BedrockTools.Nbt.Elements.NbtPrimitive<long>
Represents a NBT that stores a long (Int64).
Definition | Description |
---|---|
NbtByte(long) | Receives the value to store and sets this.Value to it. |
Definition | Description |
---|---|
NbtTag Tag |
Readonly Returns NbtTag.TAG_Long |
sbyte Value |
Readonly Returns the value it holds. |
Definition | Description |
---|---|
void WriteTag(System.IO.BinaryWriter) | Writes the Tag Type to the BinaryWriter |
void WriteValue(System.IO.BinaryWriter) | Writes the data this Nbt holds to the BinaryWriter |
string ToString() | Returns the SNBT representation |
Navigation
Nbt
Structure
-
Features