C# Class NNbt.ChangeOperation

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
ChangeOperation ( Tag value ) : System
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

ChangeOperation() public méthode

public ChangeOperation ( Tag value ) : System
value Tag
Résultat System

Write() public méthode

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