mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-04-10 17:56:03 +00:00
getBlockData -> getBlockState
This commit is contained in:
@@ -27,5 +27,5 @@ public interface BlockEntity extends Handle {
|
||||
|
||||
int getZ();
|
||||
|
||||
BlockState getBlockData();
|
||||
BlockState getBlockState();
|
||||
}
|
||||
|
||||
@@ -73,7 +73,7 @@ public class BukkitBlockEntity implements BlockEntity {
|
||||
}
|
||||
|
||||
@Override
|
||||
public BlockState getBlockData() {
|
||||
public BlockState getBlockState() {
|
||||
return BukkitBlockState.newInstance(delegate.getBlockData());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user