public class MessageClientAddress extends Object
MessageClientAddressType and the name.
Examples for message client addresses would be CORE@CORE, BedWars-1@SERVER, Proxy-1@PROXY, ...
You usually don't have to work with message client addresses, as the TimoCloudMessageAPI provides methods which create the addresses automatically.| Modifier and Type | Field and Description |
|---|---|
static MessageClientAddress |
CORE |
| Constructor and Description |
|---|
MessageClientAddress(String name,
MessageClientAddressType type) |
| Modifier and Type | Method and Description |
|---|---|
static MessageClientAddress |
fromString(String address) |
String |
getName() |
MessageClientAddressType |
getType() |
String |
toString() |
public static final MessageClientAddress CORE
public MessageClientAddress(String name, MessageClientAddressType type)
public MessageClientAddressType getType()
public String getName()
public static MessageClientAddress fromString(String address) throws MalformedAddressException
MalformedAddressExceptionCopyright © 2025. All rights reserved.