mark Properties as deprecated

This commit is contained in:
dfsek
2021-12-21 11:43:08 -07:00
parent b5047fc5ab
commit 1a1016bdf8
5 changed files with 3 additions and 23 deletions

View File

@@ -71,11 +71,6 @@ public class SpongeBlockState implements BlockState {
return delegate.type().equals(BlockTypes.AIR.get());
}
@Override
public boolean isStructureVoid() {
return delegate.type().equals(BlockTypes.STRUCTURE_VOID.get());
}
@Override
public BlockState clone() {
return this;