Package jag
Interface RSTriplyLinkedNode
-
- All Superinterfaces:
RSNode
,RSProvider
- All Known Subinterfaces:
RSBoundary
,RSBoundaryDecor
,RSDynamicObject
,RSEffectObject
,RSEntity
,RSEntityMarker
,RSModel
,RSNpc
,RSPathingEntity
,RSPickable
,RSPlayer
,RSProjectile
,RSSceneObject
,RSTileDecor
,RSUnlitModel
public interface RSTriplyLinkedNode extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RSTriplyLinkedNode
getNextTriply()
RSTriplyLinkedNode
getPreviousTriply()
long
getTriplyKey()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getNextTriply
RSTriplyLinkedNode getNextTriply()
-
getPreviousTriply
RSTriplyLinkedNode getPreviousTriply()
-
getTriplyKey
long getTriplyKey()
-
-