Class AEAxisAlignedBB

java.lang.Object
appeng.api.util.AEAxisAlignedBB

public class AEAxisAlignedBB extends Object
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 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

      public static AEAxisAlignedBB fromBounds(net.minecraft.world.phys.AABB bb)