C# Class NNbt.RemoveOperation

Inheritance: DiffOperation
显示文件 Open project: jaquadro/NNBT

Public Methods

Method Description
Apply ( TagCompound tag, string key ) : void
Apply ( TagList tag, int key ) : void
Write ( StringBuilder builder, string key ) : void

Method Details

Apply() public method

public Apply ( TagCompound tag, string key ) : void
tag TagCompound
key string
return void

Apply() public method

public Apply ( TagList tag, int key ) : void
tag TagList
key int
return void

Write() public method

public Write ( StringBuilder builder, string key ) : void
builder StringBuilder
key string
return void