Typo getSelectedBoundingBoxsFromPool

This commit is contained in:
thatsIch
2014-09-21 00:35:59 +02:00
parent 6741c7800b
commit 3a30c6d737
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ public class BlockQuartzTorch extends AEBaseBlock implements IOrientableBlock, I
}
@Override
public Iterable<AxisAlignedBB> getSelectedBoundingBoxsFromPool(World w, int x, int y, int z, Entity e, boolean isVisual)
public Iterable<AxisAlignedBB> getSelectedBoundingBoxesFromPool(World w, int x, int y, int z, Entity e, boolean isVisual)
{
ForgeDirection up = getOrientable( w, x, y, z ).getUp();
double xOff = -0.3 * up.offsetX;