Vector3 negativeScale = new Vector3(this).translate(this.getTranslation()).subtract(this.getNegativeScale());
Vector3 minScale = positiveScale.min(negativeScale);
Vector3 maxScale = positiveScale.max(negativeScale);
return AxisAlignedBB.getAABBPool().getAABB(minScale.intX(), minScale.intY(), minScale.intZ(), maxScale.intX(), maxScale.intY(), maxScale.intZ());
}
/**
* Gets the position in which the manipulator will try to translate the field into.
*