side = ForgeDirection.NORTH;
}
AxisAlignedBB box = AxisAlignedBB.getBoundingBox(0, 0, 0, 1, 1, 1);
box = MiscTools.addCoordToAABB(box, side.offsetX, 0, side.offsetZ);
box = MiscTools.addCoordToAABB(box, side.offsetX + 1, 1, side.offsetZ + 1);
box = box.offset(getX(), getY(), getZ());
return box;
}
@Override
public ArrowDirection getRedSignDirection() {