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