Further optimise hoppers

This commit is contained in:
Alfie Cleveland
2016-12-27 03:01:41 +00:00
parent ac93a5cb00
commit d334865466
2 changed files with 43 additions and 2 deletions

View File

@@ -389,4 +389,6 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
List list = world.getEntities((Entity) null, new AxisAlignedBB(d0 - 0.5D, d1 - 0.5D, d2 - 0.5D, d0 + 0.5D, d1 + 0.5D, d2 + 0.5D), IEntitySelector.c);
if (!list.isEmpty()) {
--
--
2.9.3 (Apple Git-75)