Method | Description | |
---|---|---|
Clone ( ) : object | ||
NbtLong ( ) : System |
Creates an unnamed NbtLong tag with the default value of 0.
|
|
NbtLong ( [ other ) : System |
Creates a copy of given NbtLong tag.
|
|
NbtLong ( long value ) : System |
Creates an unnamed NbtLong tag with the given value.
|
|
NbtLong ( string tagName ) : System |
Creates an NbtLong tag with the given name and the default value of 0.
|
|
NbtLong ( string tagName, long value ) : System |
Creates an NbtLong tag with the given name and value.
|
Method | Description | |
---|---|---|
PrettyPrint ( StringBuilder sb, string indentString, int indentLevel ) : void | ||
ReadTag ( |
||
SkipTag ( |
||
WriteData ( |
||
WriteTag ( |
public NbtLong ( [ other ) : System | ||
other | [ | Tag to copy. May not be |
return | System |
public NbtLong ( long value ) : System | ||
value | long | Value to assign to this tag. |
return | System |
public NbtLong ( string tagName ) : System | ||
tagName | string | Name to assign to this tag. May be |
return | System |
public NbtLong ( string tagName, long value ) : System | ||
tagName | string | Name to assign to this tag. May be |
value | long | Value to assign to this tag. |
return | System |