mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-23 16:49:10 +00:00
Add CheckBlockFunction, which mustn't be discussed without mentioning that it shall be covered with disclaimers.
This commit is contained in:
@@ -68,4 +68,9 @@ public class BukkitBlockData implements BlockData {
|
||||
throw new Error(e);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getAsString() {
|
||||
return delegate.getAsString(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user