Package net.eternalclient.api.rs
Interface RSNode
-
- All Known Subinterfaces:
RSActor
,RSBuffer
,RSDualNode
,RSDynamicObject
,RSEnumComposition
,RSFrames
,RSGraphicsObject
,RSHealthBar
,RSHealthBarDefinition
,RSInterfaceParent
,RSItemContainer
,RSMessage
,RSModel
,RSNPC
,RSPacketBuffer
,RSPlayer
,RSProjectile
,RSRenderable
,RSScene
,RSScript
,RSSequenceDefinition
,RSSkeleton
,RSSpotAnimationData
,RSTileItem
,RSVarbitComposition
public interface RSNode
Represents a doubly linked node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getHash()
RSNode
getNext()
RSNode
getPrevious()
void
onUnlink()
void
setHash(long hash)
void
setNext(RSNode var1)
void
setPrevious(RSNode var1)
void
unlink()
-