mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-03 00:15:35 +00:00
getBlockData -> getBlockState
This commit is contained in:
parent
e5eaba9150
commit
2c12892111
@ -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());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user