Package net.eternalclient.api.rs
Interface RSModel
-
- All Superinterfaces:
RSDualNode
,RSNode
,RSRenderable
public interface RSModel extends RSRenderable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
calculateBoundsCylinder()
void
calculateExtreme(int orientation)
RSModel
contourGround(int[][] var1, int var2, int var3, int var4, boolean var5, int var6)
java.util.HashMap<java.lang.Integer,RSModelBoundingBox>
getBoundingBoxes()
java.awt.Shape
getConvexHull(int localX, int localY, int orientation, int tileHeight)
int[]
getFaceColors3()
int
getFaceCount()
int[]
getFaceIndices1()
int[]
getFaceIndices2()
int[]
getFaceIndices3()
int
getVerticesCount()
int[]
getVerticesX()
int[]
getVerticesY()
int[]
getVerticesZ()
boolean
isClickable()
RSModel
toSharedSequenceModel(boolean var1)
-
Methods inherited from interface net.eternalclient.api.rs.RSDualNode
getNextDual, getPreviousDual, previousDual, setNextDual, setPreviousDual, unlinkDual
-
Methods inherited from interface net.eternalclient.api.rs.RSNode
getHash, getNext, getPrevious, onUnlink, setHash, setNext, setPrevious, unlink
-
Methods inherited from interface net.eternalclient.api.rs.RSRenderable
getModel, getModelHeight, getWorldViewId
-
-
-
-
Method Detail
-
getVerticesCount
int getVerticesCount()
-
getVerticesX
int[] getVerticesX()
-
getVerticesY
int[] getVerticesY()
-
getVerticesZ
int[] getVerticesZ()
-
getFaceCount
int getFaceCount()
-
getFaceIndices1
int[] getFaceIndices1()
-
getFaceIndices2
int[] getFaceIndices2()
-
getFaceIndices3
int[] getFaceIndices3()
-
getFaceColors3
int[] getFaceColors3()
-
calculateBoundsCylinder
void calculateBoundsCylinder()
-
calculateExtreme
void calculateExtreme(int orientation)
-
getBoundingBoxes
java.util.HashMap<java.lang.Integer,RSModelBoundingBox> getBoundingBoxes()
-
isClickable
boolean isClickable()
-
getConvexHull
java.awt.Shape getConvexHull(int localX, int localY, int orientation, int tileHeight)
-
toSharedSequenceModel
RSModel toSharedSequenceModel(boolean var1)
-
contourGround
RSModel contourGround(int[][] var1, int var2, int var3, int var4, boolean var5, int var6)
-
-