Package jag
Interface RSDoublyLinkedNode
-
- All Superinterfaces:
RSNode
,RSProvider
- All Known Subinterfaces:
RSAnimationSequence
,RSBoundary
,RSBoundaryDecor
,RSChatLine
,RSDBTable
,RSDefinition
,RSDefinitionProperty
,RSDynamicObject
,RSEffectAnimation
,RSEffectObject
,RSEntity
,RSEntityMarker
,RSEnumDefinition
,RSFont
,RSHealthBarDefinition
,RSHitsplatDefinition
,RSItemDefinition
,RSModel
,RSNpc
,RSNpcDefinition
,RSObjectDefinition
,RSPathingEntity
,RSPickable
,RSPlayer
,RSProjectile
,RSRuneScript
,RSSceneObject
,RSSprite
,RSStructDefinition
,RSTileDecor
,RSTransformableDefinition
,RSUnlitModel
,RSVarpbit
public interface RSDoublyLinkedNode extends RSNode
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getDoublyKey()
RSDoublyLinkedNode
getNextDoubly()
RSDoublyLinkedNode
getPreviousDoubly()
-
Methods inherited from interface jag.RSNode
getKey, getNext, getPrevious, unlink
-
-
-
-
Method Detail
-
getNextDoubly
RSDoublyLinkedNode getNextDoubly()
-
getPreviousDoubly
RSDoublyLinkedNode getPreviousDoubly()
-
getDoublyKey
long getDoublyKey()
-
-