public class NodeContainerUtilities
extends java.lang.Object
Constructor and Description |
---|
NodeContainerUtilities() |
Modifier and Type | Method and Description |
---|---|
static org.osbot.rs07.accessor.XNode |
findNodeByHash(org.osbot.rs07.accessor.XNodeContainer xNodeContainer,
long idToMatch)
Retrieves an
XNode from an XNodeContainer given an specific id |
public static org.osbot.rs07.accessor.XNode findNodeByHash(org.osbot.rs07.accessor.XNodeContainer xNodeContainer, long idToMatch)
XNode
from an XNodeContainer
given an specific idxNodeContainer
- The container to get the node fromidToMatch
- The id of the node to getXNode
from an XNodeContainer
given an specific id