public interface CordObject extends IdentifiableObject
| Modifier and Type | Method and Description |
|---|---|
InetAddress |
getIpAddress() |
String |
getName() |
int |
getPort() |
InetSocketAddress |
getSocketAddress() |
boolean |
isConnected()
Normally, a Cord is always connected if you are able to get its CordObject.
|
void |
sendPluginMessage(PluginMessage message)
Send a plugin message to the cord
|
getIdString getName()
getName in interface IdentifiableObjectInetSocketAddress getSocketAddress()
InetAddress getIpAddress()
int getPort()
boolean isConnected()
void sendPluginMessage(PluginMessage message)
message - The message which shall be sentCopyright © 2025. All rights reserved.