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