| Package | Description |
|---|---|
| cloud.timo.TimoCloud.api | |
| cloud.timo.TimoCloud.api.messages.objects | |
| cloud.timo.TimoCloud.api.objects |
| Modifier and Type | Method and Description |
|---|---|
void |
TimoCloudMessageAPI.sendMessageToCord(PluginMessage message,
String cordName)
Sends a message to the cord with the given name
|
void |
TimoCloudMessageAPI.sendMessageToCore(PluginMessage message)
Sends a message to the core
|
void |
TimoCloudMessageAPI.sendMessageToProxy(PluginMessage message,
String proxyName)
Sends a message to the proxy with the given name
|
void |
TimoCloudMessageAPI.sendMessageToServer(PluginMessage message,
String serverName)
Sends a message to the server with the given name
|
| Modifier and Type | Method and Description |
|---|---|
PluginMessage |
AddressedPluginMessage.getMessage() |
PluginMessage |
PluginMessage.set(String key,
Object value) |
PluginMessage |
PluginMessage.setIfAbsent(String key,
Object value) |
PluginMessage |
PluginMessage.setIfCondition(String key,
Object value,
boolean condition) |
PluginMessage |
PluginMessage.setIfNotNull(String key,
Object value) |
PluginMessage |
PluginMessage.setType(String type) |
| Constructor and Description |
|---|
AddressedPluginMessage(MessageClientAddress sender,
MessageClientAddress recipient,
PluginMessage message) |
AddressedPluginMessage(MessageClientAddress recipient,
PluginMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
CordObject.sendPluginMessage(PluginMessage message)
Send a plugin message to the cord
|
void |
ProxyObject.sendPluginMessage(PluginMessage message)
Send a plugin message to the proxy
|
void |
ServerObject.sendPluginMessage(PluginMessage message)
Send a plugin message to the server
|
Copyright © 2025. All rights reserved.