Class CachedModel


  • public class CachedModel
    extends Object
    • Constructor Detail

      • CachedModel

        public CachedModel​(RSModel source)
    • Method Detail

      • getAxisAlignedBoundingBox

        public Polygon getAxisAlignedBoundingBox​(RSClient client,
                                                 Entity<?> entity)
      • getTriangleCount

        public int getTriangleCount()
      • getVertexCount

        public int getVertexCount()
      • getXTriangles

        public int[] getXTriangles()
      • getYTriangles

        public int[] getYTriangles()
      • getZTriangles

        public int[] getZTriangles()
      • getZTriangleColors

        public int[] getZTriangleColors()
      • getXVertices

        public int[] getXVertices()
      • getYVertices

        public int[] getYVertices()
      • getZVertices

        public int[] getZVertices()