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 RSNodeRepresents a doubly linked node.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetHash()RSNodegetNext()RSNodegetPrevious()voidonUnlink()voidsetHash(long hash)voidsetNext(RSNode var1)voidsetPrevious(RSNode var1)voidunlink()
-