Added proper toString for NBT.

This commit is contained in:
Brianna 2021-05-20 09:19:37 -05:00
parent 853c6b2b40
commit 3902dface4
15 changed files with 76 additions and 1 deletions

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -202,4 +202,9 @@ public class NBTCompoundImpl implements NBTCompound {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -202,4 +202,9 @@ public class NBTCompoundImpl implements NBTCompound {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -203,4 +203,9 @@ public class NBTCompoundImpl implements NBTCompound {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -202,4 +202,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -202,4 +202,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}

View File

@ -201,4 +201,9 @@ public class NBTCompoundImpl implements NBTCompound {
public void addExtras() {
// None
}
@Override
public String toString() {
return compound.toString();
}
}