Exemple #1
0
 public Boolean canSpawn(Location loc, AxisAlignedBB bb) {
   net.minecraft.server.v1_9_R1.World mcWorld = ((CraftWorld) loc.getWorld()).getHandle();
   return getBlockBBsInBB(loc.getWorld(), bb).isEmpty() && !mcWorld.containsLiquid(bb);
 }