Package org.rspeer.game.provider.model
Class CachedModel
- java.lang.Object
-
- org.rspeer.game.provider.model.CachedModel
-
public class CachedModel extends Object
-
-
Constructor Summary
Constructors Constructor Description CachedModel(RSModel source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTriangleCount()intgetVertexCount()int[]getXTriangles()int[]getXVertices()int[]getYTriangles()int[]getYVertices()int[]getZTriangleColors()int[]getZTriangles()int[]getZVertices()
-
-
-
Constructor Detail
-
CachedModel
public CachedModel(RSModel source)
-
-
Method Detail
-
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()
-
-