C# Class NNbt.RemoveOperation

Inheritance: DiffOperation
Afficher le fichier Open project: jaquadro/NNBT

Méthodes publiques

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

Method Details

Apply() public méthode

public Apply ( TagCompound tag, string key ) : void
tag TagCompound
key string
Résultat void

Apply() public méthode

public Apply ( TagList tag, int key ) : void
tag TagList
key int
Résultat void

Write() public méthode

public Write ( StringBuilder builder, string key ) : void
builder StringBuilder
key string
Résultat void