메소드 | 설명 | |
---|---|---|
Clone ( ) : object | ||
NbtFloat ( ) : System |
Creates an unnamed NbtFloat tag with the default value of 0f.
|
|
NbtFloat ( [ tagName ) : System |
Creates an NbtFloat tag with the given name and the default value of 0f.
|
|
NbtFloat ( [ tagName, float value ) : System |
Creates an NbtFloat tag with the given name and value.
|
|
NbtFloat ( float value ) : System |
Creates an unnamed NbtFloat tag with the given value.
|
메소드 | 설명 | |
---|---|---|
PrettyPrint ( StringBuilder sb, string indentString, int indentLevel ) : void | ||
ReadTag ( |
||
SkipTag ( |
||
WriteData ( |
||
WriteTag ( |
public NbtFloat ( [ tagName ) : System | ||
tagName | [ | Name to assign to this tag. May be |
리턴 | System |
public NbtFloat ( [ tagName, float value ) : System | ||
tagName | [ | Name to assign to this tag. May be |
value | float | Value to assign to this tag. |
리턴 | System |
public NbtFloat ( float value ) : System | ||
value | float | Value to assign to this tag. |
리턴 | System |