C# Class NNbt.CompoundDiff

显示文件 Open project: jaquadro/NNBT Class Usage Examples

Public Properties

Property Type Description
Operations DiffOperation>.Dictionary

Public Methods

Method Description
Apply ( TagCompound tag ) : void
ApplyId ( TagList tag ) : void
Merge ( CompoundDiff left, CompoundDiff right ) : CompoundDiff
Write ( StringBuilder builder ) : void

Method Details

Apply() public method

public Apply ( TagCompound tag ) : void
tag TagCompound
return void

ApplyId() public method

public ApplyId ( TagList tag ) : void
tag TagList
return void

Merge() public static method

public static Merge ( CompoundDiff left, CompoundDiff right ) : CompoundDiff
left CompoundDiff
right CompoundDiff
return CompoundDiff

Write() public method

public Write ( StringBuilder builder ) : void
builder StringBuilder
return void

Property Details

Operations public_oe property

public Dictionary Operations
return DiffOperation>.Dictionary