NNbt.DiffOperation.Apply C# (CSharp) Метод

Apply() публичный абстрактный Метод

public abstract Apply ( TagCompound tag, string key ) : void
tag TagCompound
key string
Результат void
        public abstract void Apply(TagCompound tag, string key);

Same methods

DiffOperation::Apply ( TagList tag, int key ) : void