Code cleanup

This commit is contained in:
LemADEC 2015-12-23 14:56:58 +01:00
parent 97531c27ee
commit 6c7f56bef7

View file

@ -388,9 +388,6 @@ public class BlockAir extends Block {
}
}
/**
* Returns if this block is collidable. Args: x, y, z
*/
@Override
public boolean isCollidable() {
return false;