-
Notifications
You must be signed in to change notification settings - Fork 0
Nbt.Elements.NbtPrimitive
Hector Fernando Ricardez Lara edited this page Oct 25, 2022
·
5 revisions
BedrockTools.Nbt.Elements.NbtPrimitive
Implements
public class NbtPrimitive<T>: NbtElement, INbtValue
Represents a Nbt that holds a primitive type, you can find a list of primitives below.
Definition | Description |
---|---|
NbtPrimitive(T) | Receives the value to store and sets this.Value to it. |
Definition | Description |
---|---|
NbtTag Tag |
Readonly Returns which Nbt type this object represents |
T Value |
Readonly Returns the value it holds. |
Definition | Description |
---|---|
string ToString() | Returns the SNBT representation |
Navigation
Nbt
Structure
-
Features