SPIGOT-4221: Update surrounding blocks for cancelled break/place
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -49,6 +49,10 @@ public class CraftBlock implements Block {
|
||||
return world.getType(position);
|
||||
}
|
||||
|
||||
public BlockPosition getPosition() {
|
||||
return position;
|
||||
}
|
||||
|
||||
public World getWorld() {
|
||||
return world.getMinecraftWorld().getWorld();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user