Package appeng.api.util
Class AEAxisAlignedBB
java.lang.Object
appeng.api.util.AEAxisAlignedBB
Mutable stand in for Axis Aligned BB, this was used to prevent GC Thrashing.. Related code could also be re-written.
TODO: Replace with interface and maybe factory should it ever be needed for addons.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AEAxisAlignedBB
fromBounds
(double a, double b, double c, double d, double e, double f) static AEAxisAlignedBB
fromBounds
(net.minecraft.world.phys.AABB bb) net.minecraft.world.phys.AABB
-
Field Details
-
minX
public double minX -
minY
public double minY -
minZ
public double minZ -
maxX
public double maxX -
maxY
public double maxY -
maxZ
public double maxZ
-
-
Constructor Details
-
AEAxisAlignedBB
public AEAxisAlignedBB(double a, double b, double c, double d, double e, double f)
-
-
Method Details
-
getBoundingBox
public net.minecraft.world.phys.AABB getBoundingBox() -
fromBounds
public static AEAxisAlignedBB fromBounds(double a, double b, double c, double d, double e, double f) -
fromBounds
-