Move simulateBlockMine up to the platforms.

This commit is contained in:
Matthew Miller
2018-07-01 23:55:59 +10:00
parent 11f5d05e7b
commit e291cccb94
7 changed files with 20 additions and 593 deletions

View File

@ -215,6 +215,11 @@ public abstract class SpongeWorld extends AbstractWorld {
getWorld().spawnEntity(entity);
}
@Override
public void simulateBlockMine(Vector position) {
// TODO
}
@Override
public int hashCode() {
return getWorld().hashCode();