Merge branch '1.16' into update-adapters

This commit is contained in:
N0tMyFaultOG
2020-09-02 17:41:08 +02:00
37 changed files with 2303 additions and 939 deletions

View File

@ -393,6 +393,15 @@ public class AsyncBlock implements Block {
return this.getUnsafeBlock().rayTrace(arg0, arg1, arg2, arg3);
}
public boolean applyBoneMeal(@NotNull BlockFace face) {
throw new UnsupportedOperationException("FAWE does not support this method");
}
public String getTranslationKey() {
throw new UnsupportedOperationException("FAWE does not support this yet");
}
@NotNull
@Override
public BoundingBox getBoundingBox() {