메소드 | 설명 | |
---|---|---|
Apply ( TagCompound tag, string key ) : void | ||
Apply ( TagList tag, int key ) : void | ||
Merge ( |
||
Write ( StringBuilder builder, string context ) : void |
public abstract Apply ( TagCompound tag, string key ) : void | ||
tag | TagCompound | |
key | string | |
리턴 | void |
public abstract Apply ( TagList tag, int key ) : void | ||
tag | TagList | |
key | int | |
리턴 | void |
public static Merge ( |
||
left | ||
right | ||
리턴 |
public abstract Write ( StringBuilder builder, string context ) : void | ||
builder | StringBuilder | |
context | string | |
리턴 | void |