getDisconnectedNode abstract method

INode? getDisconnectedNode(
  1. int nodeId
)

Attempts to retrieve a node disconnected from lavalink by its id, this method does not work with nodes that have exceeded the maximum reconnect attempts as those get removed from cluster

Implementation

INode? getDisconnectedNode(int nodeId);