프로퍼티 | 타입 | 설명 | |
---|---|---|---|
PrettyPrint | void | ||
ReadTag | bool | ||
SkipTag | void | ||
WriteData | void | ||
WriteTag | void |
메소드 | 설명 | |
---|---|---|
Clone ( ) : object | ||
NbtString ( ) : System |
Creates an unnamed NbtString tag with the default value (empty string).
|
|
NbtString ( [ value ) : System |
Creates an unnamed NbtString tag with the given value.
|
|
NbtString ( [ tagName, [ value ) : System |
Creates an NbtString tag with the given name and value.
|
메소드 | 설명 | |
---|---|---|
PrettyPrint ( StringBuilder sb, string indentString, int indentLevel ) : void | ||
ReadTag ( |
||
SkipTag ( |
||
WriteData ( |
||
WriteTag ( |
public NbtString ( [ value ) : System | ||
value | [ | String value to assign to this tag. May not be |
리턴 | System |
public NbtString ( [ tagName, [ value ) : System | ||
tagName | [ | Name to assign to this tag. May be |
value | [ | String value to assign to this tag. May not be |
리턴 | System |