C# 클래스 NNbt.CompoundDiff

파일 보기 프로젝트 열기: jaquadro/NNBT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Operations DiffOperation>.Dictionary

공개 메소드들

메소드 설명
Apply ( TagCompound tag ) : void
ApplyId ( TagList tag ) : void
Merge ( CompoundDiff left, CompoundDiff right ) : CompoundDiff
Write ( StringBuilder builder ) : void

메소드 상세

Apply() 공개 메소드

public Apply ( TagCompound tag ) : void
tag TagCompound
리턴 void

ApplyId() 공개 메소드

public ApplyId ( TagList tag ) : void
tag TagList
리턴 void

Merge() 공개 정적인 메소드

public static Merge ( CompoundDiff left, CompoundDiff right ) : CompoundDiff
left CompoundDiff
right CompoundDiff
리턴 CompoundDiff

Write() 공개 메소드

public Write ( StringBuilder builder ) : void
builder StringBuilder
리턴 void

프로퍼티 상세

Operations 공개적으로 프로퍼티

public Dictionary Operations
리턴 DiffOperation>.Dictionary