C# 클래스 NNbt.RemoveOperation

상속: DiffOperation
파일 보기 프로젝트 열기: jaquadro/NNBT

공개 메소드들

메소드 설명
Apply ( TagCompound tag, string key ) : void
Apply ( TagList tag, int key ) : void
Write ( StringBuilder builder, string key ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( TagCompound tag, string key ) : void
tag TagCompound
key string
리턴 void

Apply() 공개 메소드

public Apply ( TagList tag, int key ) : void
tag TagList
key int
리턴 void

Write() 공개 메소드

public Write ( StringBuilder builder, string key ) : void
builder StringBuilder
key string
리턴 void