This commit is contained in:
坏黑
2018-05-07 14:43:57 +08:00
parent 7181c487f9
commit 6f34cbc2e0
152 changed files with 9256 additions and 9003 deletions

View File

@@ -36,12 +36,12 @@ public class NBTFile extends NBTCompound {
}
@Override
protected Object getCompound() {
protected Object getCompound() {
return nbt;
}
@Override
protected void setCompound(Object compound) {
protected void setCompound(Object compound) {
nbt = compound;
}