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