Merge branch 'development'

This commit is contained in:
Brianna 2020-04-24 11:47:35 -04:00
commit cdb504041e
14 changed files with 75 additions and 1 deletions

View File

@ -4,7 +4,7 @@ stages:
variables:
name: "SongodaCore"
path: "/builds/$CI_PROJECT_PATH"
version: "2.3.27"
version: "2.3.28"
build:
stage: build

View File

@ -16,6 +16,8 @@ public interface NBTCompound {
NBTCompound set(String tag, byte b);
NBTCompound remove(String tag);
boolean has(String tag);
NBTObject getNBTObject(String tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -61,6 +61,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);

View File

@ -58,6 +58,12 @@ public class NBTCompoundImpl implements NBTCompound {
return this;
}
@Override
public NBTCompound remove(String tag) {
compound.remove(tag);
return this;
}
@Override
public boolean has(String tag) {
return compound.hasKey(tag);