Add CheckBlockFunction, which mustn't be discussed without mentioning that it shall be covered with disclaimers.

This commit is contained in:
dfsek
2021-01-03 20:29:10 -07:00
parent 1536a13d3c
commit fff918e0ee
6 changed files with 96 additions and 1 deletions

View File

@@ -68,4 +68,9 @@ public class BukkitBlockData implements BlockData {
throw new Error(e);
}
}
@Override
public String getAsString() {
return delegate.getAsString(false);
}
}