Method | Description | |
---|---|---|
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 | |
return | void |
public abstract Apply ( TagList tag, int key ) : void | ||
tag | TagList | |
key | int | |
return | void |
public static Merge ( |
||
left | ||
right | ||
return |
public abstract Write ( StringBuilder builder, string context ) : void | ||
builder | StringBuilder | |
context | string | |
return | void |