Class ClientEvent
-
- All Implemented Interfaces:
public abstract class ClientEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final LavalinkNodenode
-
Constructor Summary
Constructors Constructor Description ClientEvent(LavalinkNode node)
-
Method Summary
Modifier and Type Method Description LavalinkNodegetNode()-
-
Constructor Detail
-
ClientEvent
ClientEvent(LavalinkNode node)
-
-
Method Detail
-
getNode
LavalinkNode getNode()
-
-
-
-