Skip navigation links
A B C D E F G H I L M O P R S T U V 

A

addFuture(String, APIRequestFuture) - Method in class cloud.timo.TimoCloud.api.internal.APIRequestFutureStorage
 
AddressedPluginMessage - Class in cloud.timo.TimoCloud.api.messages.objects
An addressed plugin message contains a PluginMessage together with the message's sender and recipient You can compare it with a letter in an envelope, where the letter itself is the PluginMessage, and the AddressedPluginMessage is the envelope which contains the letter and information about the sender and the recipient.
AddressedPluginMessage(MessageClientAddress, PluginMessage) - Constructor for class cloud.timo.TimoCloud.api.messages.objects.AddressedPluginMessage
 
AddressedPluginMessage(MessageClientAddress, MessageClientAddress, PluginMessage) - Constructor for class cloud.timo.TimoCloud.api.messages.objects.AddressedPluginMessage
 
APIRequest<T> - Interface in cloud.timo.TimoCloud.api.async
 
APIRequestError - Exception in cloud.timo.TimoCloud.api.async
 
APIRequestError(String) - Constructor for exception cloud.timo.TimoCloud.api.async.APIRequestError
 
APIRequestError(String, int) - Constructor for exception cloud.timo.TimoCloud.api.async.APIRequestError
 
APIRequestError(String, int, Collection) - Constructor for exception cloud.timo.TimoCloud.api.async.APIRequestError
 
APIRequestErrorHandler - Interface in cloud.timo.TimoCloud.api.async
 
APIRequestFuture<T> - Interface in cloud.timo.TimoCloud.api.async
 
APIRequestFutureListener<T> - Interface in cloud.timo.TimoCloud.api.async
 
APIRequestFutureListenerWithoutParams<T> - Interface in cloud.timo.TimoCloud.api.async
 
APIRequestFutureListenerWithParams<T> - Interface in cloud.timo.TimoCloud.api.async
 
APIRequestFutureStorage - Class in cloud.timo.TimoCloud.api.internal
 
APIRequestFutureStorage() - Constructor for class cloud.timo.TimoCloud.api.internal.APIRequestFutureStorage
 
APIRequestType - Enum in cloud.timo.TimoCloud.api.async
Abbreviations: PG: ProxyGroup SG: ServerGroup P: Proxy S: Server
APIRequestType.TargetType - Enum in cloud.timo.TimoCloud.api.async
 
awaitResponse() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
Stops the current thread to wait for a response and returns it when it arrived

B

BaseAddressChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseAvailableRamChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseConnectEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseCpuLoadChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseDisconnectEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseKeepFreeRamChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseMaxCpuLoadChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseMaxRamChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseNameChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseNotReadyEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseObject - Interface in cloud.timo.TimoCloud.api.objects
 
BaseProperties - Class in cloud.timo.TimoCloud.api.objects.properties
 
BaseProperties(String, String, PublicKey, String, boolean) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
BaseProperties(String, String, PublicKey) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
BaseProperties.BaseDefaultPropertiesProvider - Interface in cloud.timo.TimoCloud.api.objects.properties
 
BasePublicAddressChangeEvent - Interface in cloud.timo.TimoCloud.api.events.base
 
BaseReadyEvent - Interface in cloud.timo.TimoCloud.api.events.base
 

C

cloud.timo.TimoCloud.api - package cloud.timo.TimoCloud.api
 
cloud.timo.TimoCloud.api.async - package cloud.timo.TimoCloud.api.async
 
cloud.timo.TimoCloud.api.core.commands - package cloud.timo.TimoCloud.api.core.commands
 
cloud.timo.TimoCloud.api.events - package cloud.timo.TimoCloud.api.events
 
cloud.timo.TimoCloud.api.events.base - package cloud.timo.TimoCloud.api.events.base
 
cloud.timo.TimoCloud.api.events.cord - package cloud.timo.TimoCloud.api.events.cord
 
cloud.timo.TimoCloud.api.events.player - package cloud.timo.TimoCloud.api.events.player
 
cloud.timo.TimoCloud.api.events.proxy - package cloud.timo.TimoCloud.api.events.proxy
 
cloud.timo.TimoCloud.api.events.proxyGroup - package cloud.timo.TimoCloud.api.events.proxyGroup
 
cloud.timo.TimoCloud.api.events.server - package cloud.timo.TimoCloud.api.events.server
 
cloud.timo.TimoCloud.api.events.serverGroup - package cloud.timo.TimoCloud.api.events.serverGroup
 
cloud.timo.TimoCloud.api.internal - package cloud.timo.TimoCloud.api.internal
 
cloud.timo.TimoCloud.api.messages.exceptions - package cloud.timo.TimoCloud.api.messages.exceptions
 
cloud.timo.TimoCloud.api.messages.listeners - package cloud.timo.TimoCloud.api.messages.listeners
 
cloud.timo.TimoCloud.api.messages.objects - package cloud.timo.TimoCloud.api.messages.objects
 
cloud.timo.TimoCloud.api.objects - package cloud.timo.TimoCloud.api.objects
 
cloud.timo.TimoCloud.api.objects.log - package cloud.timo.TimoCloud.api.objects.log
 
cloud.timo.TimoCloud.api.objects.properties - package cloud.timo.TimoCloud.api.objects.properties
 
cloud.timo.TimoCloud.api.plugins - package cloud.timo.TimoCloud.api.plugins
 
CommandHandler - Interface in cloud.timo.TimoCloud.api.core.commands
 
CommandSender - Interface in cloud.timo.TimoCloud.api.core.commands
 
containsProperty(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
CordConnectEvent - Interface in cloud.timo.TimoCloud.api.events.cord
 
CordDisconnectEvent - Interface in cloud.timo.TimoCloud.api.events.cord
 
CordObject - Interface in cloud.timo.TimoCloud.api.objects
A TimoCloudCord instance is a proxy which connects players to BungeeCord instances - depending on different integrated algorithms.
CordProperties - Class in cloud.timo.TimoCloud.api.objects.properties
 
CordProperties(String, String, PublicKey) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
CORE - Static variable in class cloud.timo.TimoCloud.api.messages.objects.MessageClientAddress
 
createCloudflareRecords() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
create Cloudflare records for the proxy only use if you have unregistered first
createProxyGroup(ProxyGroupProperties) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
createServerGroup(ServerGroupProperties) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 

D

delete() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Attention: This permanently deletes the proxy group from the network
delete() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Attention: This permanently deletes the server group from the network
deleteCloudflareRecords() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
delete Cloudflare records for the proxy

E

equals(Object) - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
Event - Interface in cloud.timo.TimoCloud.api.events
 
EventHandler - Annotation Type in cloud.timo.TimoCloud.api.events
 
EventType - Enum in cloud.timo.TimoCloud.api.events
 
exceptionCaught(Exception) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestErrorHandler
 
executeCommand(String) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
Executes the given command as ConsoleSender on the proxy
executeCommand(String) - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
Executes the given command as ConsoleSender on the server

F

fromString(String) - Static method in class cloud.timo.TimoCloud.api.messages.objects.MessageClientAddress
 

G

generateId() - Static method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
generateId() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
generateId() - Static method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
generateId() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
get(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getAPIRequest() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
getApiRequestStorage() - Static method in class cloud.timo.TimoCloud.api.internal.TimoCloudInternalAPI
 
getArguments() - Method in exception cloud.timo.TimoCloud.api.async.APIRequestError
 
getAuthor() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getAvailableRam() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseAddressChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseAvailableRamChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseConnectEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseCpuLoadChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseDisconnectEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseKeepFreeRamChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseMaxCpuLoadChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseMaxRamChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseNameChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseNotReadyEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BasePublicAddressChangeEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseReadyEvent
 
getBase() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getBase() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getBase() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
If a base is assigned to the group, this will return its name.
getBase() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
Returns the base the server has been started by
getBase(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getBaseDefaultPropertiesProvider() - Method in interface cloud.timo.TimoCloud.api.internal.TimoCloudInternalImplementationAPI
 
getBaseIdentifier() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getBaseIdentifier() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getBaseIdentifier() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getBaseIdentifier() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getBases() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getBoolean(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getBukkitAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
This API is for Bukkit plugins
getBukkitInstance() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
Deprecated.
getBungeeAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
Deprecated.
getBungeeInstance() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
Deprecated.
getCord() - Method in interface cloud.timo.TimoCloud.api.events.cord.CordConnectEvent
 
getCord() - Method in interface cloud.timo.TimoCloud.api.events.cord.CordDisconnectEvent
 
getCord(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getCords() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getCoreAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
This API is for Core plugins
getCpuLoad() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getData() - Method in interface cloud.timo.TimoCloud.api.async.APIRequest
 
getData() - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getDepends() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getDouble(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getEndTime() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogFractionObject
 
getError() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
getErrorCode() - Method in exception cloud.timo.TimoCloud.api.async.APIRequestError
 
getErrorHandlers() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
getErrorMessage() - Method in exception cloud.timo.TimoCloud.api.async.APIRequestError
 
getEventAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
The event API makes it possible to register listeners which will be notified on certain events You can use this API everywhere (Bukkit, Bungee, Core, ...)
getEventImplementation() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
Deprecated.
getExtra() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
An extra is a custom value users can set per API.
getFile() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getFloat(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getFormattedErrorMessage() - Method in exception cloud.timo.TimoCloud.api.async.APIRequestError
 
getFuture(String) - Method in class cloud.timo.TimoCloud.api.internal.APIRequestFutureStorage
 
getGroup() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getGroup() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getHostNames() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getHostNames() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getHostNames() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
If using multiple proxies and TimoCloudCord, the hostnames specify which hostnames belong to this proxy group
getId() - Method in interface cloud.timo.TimoCloud.api.async.APIRequest
 
getId() - Method in interface cloud.timo.TimoCloud.api.objects.IdentifiableObject
 
getId() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getId() - Method in class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
getId() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getId() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getId() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getId() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getImplementationAPI() - Static method in class cloud.timo.TimoCloud.api.internal.TimoCloudInternalAPI
 
getInteger(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getInternalMessageAPI() - Static method in class cloud.timo.TimoCloud.api.internal.TimoCloudInternalAPI
 
getIpAddress() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getIpAddress() - Method in interface cloud.timo.TimoCloud.api.objects.CordObject
 
getIpAddress() - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
getIpAddress() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getIpAddress() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getJavaParameters() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getJavaParameters() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getJavaParameters() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getJavaParameters() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getJavaParameters() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getJavaParameters() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
 
getJrePath() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getJrePath() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getJrePath() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getJrePath() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getJrePath() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getKeepFreeRam() - Method in interface cloud.timo.TimoCloud.api.objects.properties.BaseProperties.BaseDefaultPropertiesProvider
 
getKeepFreeRam() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getKeepFreeSlots() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getKeepFreeSlots() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getKeepFreeSlots() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getKeys() - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getLevel() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogEntryObject
 
getListeners() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
getLogEntries() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogFractionObject
 
getLogFraction(long, long) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getLogFraction(long) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getLogFraction(long, long) - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getLogFraction(long) - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getLong(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getMainClass() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getMap() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
If a server's map is assigned randomly, the map name will be the part of the map directory's name after the '_'.
getMaxAmount() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getMaxAmount() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getMaxAmount() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getMaxAmount() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getMaxAmount() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getMaxAmount() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
The MaxAmount specifies the maximal amount of servers TimoCloud keeps online at the same time - no matter what onlineAmount says
getMaxCpuLoad() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
If the current CPU load is higher than the max CPU load, no instances will be started by this base
getMaxCpuLoad() - Method in interface cloud.timo.TimoCloud.api.objects.properties.BaseProperties.BaseDefaultPropertiesProvider
 
getMaxCpuLoad() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getMaxPlayerCount() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getMaxPlayerCount() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getMaxPlayerCount() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getMaxPlayerCount() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
The server's maximum player count
getMaxPlayerCountPerProxy() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getMaxPlayerCountPerProxy() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getMaxPlayerCountPerProxy() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getMaxRam() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getMaxRam() - Method in interface cloud.timo.TimoCloud.api.objects.properties.BaseProperties.BaseDefaultPropertiesProvider
 
getMaxRam() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getMessage() - Method in class cloud.timo.TimoCloud.api.messages.objects.AddressedPluginMessage
 
getMessage() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogEntryObject
 
getMessageAddress() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getMessageAddress() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getMessageAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
The message API provides methods to communicate within the TimoCloud network You can use this API everywhere (Bukkit, Bungee, Core, ...)
getMessageWithPrefix() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogEntryObject
 
getMinAmount() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getMinAmount() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getMinAmount() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getMotd() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getMotd() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getMotd() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getMotd() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
The server's MOTD (= message of the day)
getName() - Method in class cloud.timo.TimoCloud.api.messages.objects.MessageClientAddress
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.CordObject
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.IdentifiableObject
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
getName() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getName() - Method in class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
getName() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getName() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
 
getName() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getName() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getNanoTime() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogEntryObject
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseAddressChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseAvailableRamChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseCpuLoadChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseKeepFreeRamChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseMaxCpuLoadChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseMaxRamChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseNameChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BasePublicAddressChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxy.ProxyOnlinePlayerCountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupBaseChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupJavaParametersChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupKeepFreeSlotsChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxAmountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxPlayerCountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxPlayerCountPerProxyChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMinAmountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMotdChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupPriorityChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupProxyChooseStrategyChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupRamChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupStaticChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerExtraChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMapChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMaxPlayersChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMotdChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerOnlinePlayerCountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerStateChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupBaseChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupJavaParametersChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupMaxAmountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupOnlineAmountChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupPriorityChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupRamChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupSpigotParametersChangeEvent
 
getNewValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupStaticChangeEvent
 
getObject(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseAddressChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseAvailableRamChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseCpuLoadChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseKeepFreeRamChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseMaxCpuLoadChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseMaxRamChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BaseNameChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.base.BasePublicAddressChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxy.ProxyOnlinePlayerCountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupBaseChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupJavaParametersChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupKeepFreeSlotsChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxAmountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxPlayerCountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxPlayerCountPerProxyChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMinAmountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMotdChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupPriorityChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupProxyChooseStrategyChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupRamChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupStaticChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerExtraChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMapChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMaxPlayersChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMotdChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerOnlinePlayerCountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerStateChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupBaseChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupJavaParametersChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupMaxAmountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupOnlineAmountChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupPriorityChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupRamChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupSpigotParametersChangeEvent
 
getOldValue() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupStaticChangeEvent
 
getOnlineAmount() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getOnlineAmount() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getOnlineAmount() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
The OnlineAmount or Keep-Online-Amount is the amount of servers TimoCloud wants to always be online.
getOnlinePlayerCount() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getOnlinePlayerCount() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getOnlinePlayerCount() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
The server's current online player count
getOnlinePlayers() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getOnlinePlayers() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getOwnAddress() - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Returns the message client address of the TimoCloud application you are on.
getPlayer() - Method in interface cloud.timo.TimoCloud.api.events.player.PlayerConnectEvent
 
getPlayer() - Method in interface cloud.timo.TimoCloud.api.events.player.PlayerDisconnectEvent
 
getPlayer() - Method in interface cloud.timo.TimoCloud.api.events.player.PlayerServerChangeEvent
 
getPlayer(UUID) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getPlayer(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getPlayers() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getPlugin() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getPort() - Method in interface cloud.timo.TimoCloud.api.objects.CordObject
 
getPort() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getPort() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getPriority() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getPriority() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getPriority() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getPriority() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getPriority() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getPriority() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
 
getProxies() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getProxies() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getProxies() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getProxy() - Method in interface cloud.timo.TimoCloud.api.events.proxy.ProxyOnlinePlayerCountChangeEvent
 
getProxy() - Method in interface cloud.timo.TimoCloud.api.events.proxy.ProxyRegisterEvent
 
getProxy() - Method in interface cloud.timo.TimoCloud.api.events.proxy.ProxyUnregisterEvent
 
getProxy() - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
getProxy(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
Use this to get a proxy by name
getProxyAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
This API is for Proxy plugins
getProxyChooseStrategy() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getProxyChooseStrategy() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getProxyChooseStrategy() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
The ProxyChooseStrategy tells TimoCloudCord what proxy it should choose when a player wants to join a proxy group
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupBaseChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupCreatedEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupDeletedEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupJavaParametersChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupKeepFreeSlotsChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxAmountChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxPlayerCountChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMaxPlayerCountPerProxyChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMinAmountChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupMotdChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupPriorityChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupProxyChooseStrategyChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupRamChangeEvent
 
getProxyGroup() - Method in interface cloud.timo.TimoCloud.api.events.proxyGroup.ProxyGroupStaticChangeEvent
 
getProxyGroup(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
Use this to get a proxy group by name
getProxyGroupDefaultPropertiesProvider() - Method in interface cloud.timo.TimoCloud.api.internal.TimoCloudInternalImplementationAPI
 
getProxyGroups() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getPublicIpConfig() - Method in interface cloud.timo.TimoCloud.api.objects.properties.BaseProperties.BaseDefaultPropertiesProvider
 
getPublicIpConfig() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getPublicKey() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
getPublicKey() - Method in class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
getRam() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getRam() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getRam() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getRam() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getRam() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getRam() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Maximum of ram a server of this group may use in megabytes
getRecipient() - Method in class cloud.timo.TimoCloud.api.messages.objects.AddressedPluginMessage
 
getResponse() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
getSender() - Method in class cloud.timo.TimoCloud.api.messages.objects.AddressedPluginMessage
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerExtraChangeEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMapChangeEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMaxPlayersChangeEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerMotdChangeEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerOnlinePlayerCountChangeEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerRegisterEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerStartEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerStateChangeEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.events.server.ServerUnregisterEvent
 
getServer() - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
getServer(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
Use this to get a server by name
getServerFrom() - Method in interface cloud.timo.TimoCloud.api.events.player.PlayerServerChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupBaseChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupCreatedEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupDeletedEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupJavaParametersChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupMaxAmountChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupOnlineAmountChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupPriorityChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupRamChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupSpigotParametersChangeEvent
 
getServerGroup() - Method in interface cloud.timo.TimoCloud.api.events.serverGroup.ServerGroupStaticChangeEvent
 
getServerGroup(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
Use this to get a server group by name
getServerGroupDefaultPropertiesProvider() - Method in interface cloud.timo.TimoCloud.api.internal.TimoCloudInternalImplementationAPI
 
getServerGroups() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getServerGroups() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getServerGroups() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
 
getServerGroups() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getServers() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
getServers() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
 
getServers() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getServerTo() - Method in interface cloud.timo.TimoCloud.api.events.player.PlayerServerChangeEvent
 
getShort(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getSocketAddress() - Method in interface cloud.timo.TimoCloud.api.objects.CordObject
 
getSocketAddress() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
 
getSocketAddress() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getSoftDepends() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
getSortOutStates() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getSortOutStates() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getSortOutStates() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
If a state of a server is included in the list of sortOut states, TimoCloud does not consider the server as active.
getSpigotParameters() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getSpigotParameters() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getSpigotParameters() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
 
getStartTime() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogFractionObject
 
getState() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
getString(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getTarget() - Method in interface cloud.timo.TimoCloud.api.async.APIRequest
 
getTargetType() - Method in enum cloud.timo.TimoCloud.api.async.APIRequestType
 
getThisInstance() - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
 
getThisProxy() - Method in interface cloud.timo.TimoCloud.api.TimoCloudProxyAPI
 
getThisServer() - Method in interface cloud.timo.TimoCloud.api.TimoCloudBukkitAPI
 
getTimeout() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
getTimeout() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
getTimeout() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
getTimeout() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
getTimestamp() - Method in interface cloud.timo.TimoCloud.api.objects.log.LogEntryObject
 
getType() - Method in interface cloud.timo.TimoCloud.api.async.APIRequest
 
getType() - Method in interface cloud.timo.TimoCloud.api.events.Event
 
getType() - Method in class cloud.timo.TimoCloud.api.messages.objects.MessageClientAddress
 
getType() - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
getUniversalAPI() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
You can use this API everywhere (Bukkit, Bungee, Core, ...)
getUniversalInstance() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
Deprecated.
getUuid() - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
getVersion() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 

H

hashCode() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 

I

IdentifiableObject - Interface in cloud.timo.TimoCloud.api.objects
Any object that has an ID and a name
isCompleted() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
isConnected() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
isConnected() - Method in interface cloud.timo.TimoCloud.api.objects.CordObject
Normally, a Cord is always connected if you are able to get its CordObject.
isEnabled() - Static method in class cloud.timo.TimoCloud.api.TimoCloudAPI
 
isOnline() - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
Normally, a Player is always online if you are able to get its PlayerObject.
isReady() - Method in interface cloud.timo.TimoCloud.api.objects.BaseObject
 
isSortedOut() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
 
isStatic() - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
isStatic() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider
 
isStatic() - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
isStatic() - Method in interface cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties.ServerGroupDefaultPropertiesProvider
 
isStatic() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
If a group is static, servers will not be reset after restart.
isStatic() - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
If a group is static, servers will not be reset after restart.
isStaticOnly() - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
isSuccess() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 

L

Listener - Interface in cloud.timo.TimoCloud.api.events
 
LogEntryObject - Interface in cloud.timo.TimoCloud.api.objects.log
 
LogFractionObject - Interface in cloud.timo.TimoCloud.api.objects.log
Represents a part of a log with a given start- & end-timestamp
LogLevel - Enum in cloud.timo.TimoCloud.api.objects.log
 

M

MalformedAddressException - Exception in cloud.timo.TimoCloud.api.messages.exceptions
 
MalformedAddressException(String) - Constructor for exception cloud.timo.TimoCloud.api.messages.exceptions.MalformedAddressException
 
MessageClientAddress - Class in cloud.timo.TimoCloud.api.messages.objects
A message client address is an address which identifies an application in a TimoCloud network.
MessageClientAddress(String, MessageClientAddressType) - Constructor for class cloud.timo.TimoCloud.api.messages.objects.MessageClientAddress
 
MessageClientAddressType - Enum in cloud.timo.TimoCloud.api.messages.objects
 
MessageListener - Interface in cloud.timo.TimoCloud.api.messages.listeners
 

O

onCommand(String, CommandSender, String...) - Method in interface cloud.timo.TimoCloud.api.core.commands.CommandHandler
 
onCompletion(APIRequestFutureListenerWithoutParams<T>) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
onCompletion(APIRequestFutureListenerWithParams<T>) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
onError(APIRequestErrorHandler) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
onLoad() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPlugin
 
onPluginMessage(AddressedPluginMessage) - Method in interface cloud.timo.TimoCloud.api.messages.listeners.MessageListener
This method will be called when a message is received
onUnload() - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPlugin
 

P

PlayerConnectEvent - Interface in cloud.timo.TimoCloud.api.events.player
 
PlayerDisconnectEvent - Interface in cloud.timo.TimoCloud.api.events.player
 
PlayerObject - Interface in cloud.timo.TimoCloud.api.objects
 
PlayerServerChangeEvent - Interface in cloud.timo.TimoCloud.api.events.player
 
PluginLoadException - Exception in cloud.timo.TimoCloud.api.plugins
 
PluginLoadException(String) - Constructor for exception cloud.timo.TimoCloud.api.plugins.PluginLoadException
 
PluginMessage - Class in cloud.timo.TimoCloud.api.messages.objects
A plugin message is an object just containing data.
PluginMessage(String) - Constructor for class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
PluginMessage(String, Map<String, Object>) - Constructor for class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
PluginUnloadException - Exception in cloud.timo.TimoCloud.api.plugins
 
PluginUnloadException(String) - Constructor for exception cloud.timo.TimoCloud.api.plugins.PluginUnloadException
 
pollFuture(String) - Method in class cloud.timo.TimoCloud.api.internal.APIRequestFutureStorage
Returns an APIRequestFuture and deletes it from the storage
ProxyChooseStrategy - Enum in cloud.timo.TimoCloud.api.objects
 
ProxyGroupBaseChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupCreatedEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupDeletedEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupJavaParametersChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupKeepFreeSlotsChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupMaxAmountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupMaxPlayerCountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupMaxPlayerCountPerProxyChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupMinAmountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupMotdChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupObject - Interface in cloud.timo.TimoCloud.api.objects
 
ProxyGroupPriorityChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupProperties - Class in cloud.timo.TimoCloud.api.objects.properties
 
ProxyGroupProperties(String, String) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
ProxyGroupProperties(String) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider - Interface in cloud.timo.TimoCloud.api.objects.properties
 
ProxyGroupProxyChooseStrategyChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupRamChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyGroupStaticChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxyGroup
 
ProxyObject - Interface in cloud.timo.TimoCloud.api.objects
A cord object stands for a BungeeCord instance
ProxyOnlinePlayerCountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.proxy
 
ProxyRegisterEvent - Interface in cloud.timo.TimoCloud.api.events.proxy
 
ProxyUnregisterEvent - Interface in cloud.timo.TimoCloud.api.events.proxy
 

R

RecipientNotFoundException - Exception in cloud.timo.TimoCloud.api.messages.exceptions
 
RecipientNotFoundException(MessageClientAddress) - Constructor for exception cloud.timo.TimoCloud.api.messages.exceptions.RecipientNotFoundException
 
registerBase(String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudUniversalAPI
Give a base the permission to connect to the core.
registerCommandHandler(CommandHandler, String...) - Method in interface cloud.timo.TimoCloud.api.TimoCloudCoreAPI
Register a command handler.
registerListener(Listener) - Method in interface cloud.timo.TimoCloud.api.TimoCloudEventAPI
Registers an event listener which will be notified on events
registerMessageListener(MessageListener, String...) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Registers a message listener
removeErrorHandler(APIRequestErrorHandler) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
removeFuture(String) - Method in class cloud.timo.TimoCloud.api.internal.APIRequestFutureStorage
 
removeListener(APIRequestFutureListener<T>) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFuture
 
requestComplete() - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFutureListenerWithoutParams
Called when the API request is completed
requestComplete(T) - Method in interface cloud.timo.TimoCloud.api.async.APIRequestFutureListenerWithParams
Called when the API request is completed

S

sendError(String) - Method in interface cloud.timo.TimoCloud.api.core.commands.CommandSender
Send an error to the command sender (log level: SEVERE)
sendMessage(String) - Method in interface cloud.timo.TimoCloud.api.core.commands.CommandSender
Send a message to the command sender (log level: INFO)
sendMessage(String) - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
sendMessage(AddressedPluginMessage) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Sends an addressed message to the given recipient
sendMessageToCord(PluginMessage, String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Sends a message to the cord with the given name
sendMessageToCore(String) - Method in interface cloud.timo.TimoCloud.api.internal.TimoCloudInternalMessageAPI
 
sendMessageToCore(PluginMessage) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Sends a message to the core
sendMessageToProxy(PluginMessage, String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Sends a message to the proxy with the given name
sendMessageToServer(PluginMessage, String) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Sends a message to the server with the given name
sendPluginMessage(PluginMessage) - Method in interface cloud.timo.TimoCloud.api.objects.CordObject
Send a plugin message to the cord
sendPluginMessage(PluginMessage) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
Send a plugin message to the proxy
sendPluginMessage(PluginMessage) - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
Send a plugin message to the server
sendToServer(ServerObject) - Method in interface cloud.timo.TimoCloud.api.objects.PlayerObject
 
ServerExtraChangeEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerGroupBaseChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupCreatedEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupDeletedEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupJavaParametersChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupMaxAmountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupObject - Interface in cloud.timo.TimoCloud.api.objects
 
ServerGroupOnlineAmountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupPriorityChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupProperties - Class in cloud.timo.TimoCloud.api.objects.properties
 
ServerGroupProperties(String, String) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
ServerGroupProperties(String) - Constructor for class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
ServerGroupProperties.ServerGroupDefaultPropertiesProvider - Interface in cloud.timo.TimoCloud.api.objects.properties
 
ServerGroupRamChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupSpigotParametersChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerGroupStaticChangeEvent - Interface in cloud.timo.TimoCloud.api.events.serverGroup
 
ServerMapChangeEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerMaxPlayersChangeEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerMotdChangeEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerObject - Interface in cloud.timo.TimoCloud.api.objects
 
ServerOnlinePlayerCountChangeEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerRegisterEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerStartEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerStateChangeEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
ServerUnregisterEvent - Interface in cloud.timo.TimoCloud.api.events.server
 
set(String, Object) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
setBase(BaseObject) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the base proxies of this group shall be started by
setBase(BaseObject) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the base servers of this group shall be started by
setBaseIdentifier(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setBaseIdentifier(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setExtra(String) - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
An extra is a custom value users can set per API.
setHostNames(Collection<String>) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setHostNames(Collection<String>) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's hostnames
setId(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setId(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
setIfAbsent(String, Object) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
setIfCondition(String, Object, boolean) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
setIfNotNull(String, Object) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
setJavaParameters(List<String>) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setJavaParameters(List<String>) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setJavaParameters(Collection<String>) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the java start parameters
setJavaParameters(Collection<String>) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the java start parameters
setJrePath(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setJrePath(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setKeepFreeRam(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setKeepFreeSlots(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setKeepFreeSlots(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's amount of slots which should be kept free
setMaxAmount(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setMaxAmount(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setMaxAmount(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's maximum instance amount
setMaxAmount(int) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the group's maximum server amount
setMaxCpuLoad(Double) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setMaxPlayerCount(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setMaxPlayerCount(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's maximum player count
setMaxPlayerCountPerProxy(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setMaxPlayerCountPerProxy(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's maximum player count per proxy
setMaxRam(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setMinAmount(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setMinAmount(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's minimum instance amount
setMotd(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setMotd(String) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's motd
setName(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setName(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
setName(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setName(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setOnlineAmount(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setOnlineAmount(int) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the group's maximum player count
setPlugin(TimoCloudPlugin) - Method in class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
setPriority(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setPriority(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setPriority(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's priority
setPriority(int) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the group's priority
setProxyChooseStrategy(ProxyChooseStrategy) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setProxyChooseStrategy(ProxyChooseStrategy) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's proxy choose strategy
setPublicIpConfig(String) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setPublicKey(PublicKey) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setPublicKey(PublicKey) - Method in class cloud.timo.TimoCloud.api.objects.properties.CordProperties
 
setRam(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setRam(Integer) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setRam(int) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes the group's ram
setRam(int) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the group's ram
setServerGroups(Collection<String>) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setSortOutStates(Collection<String>) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setSortOutStates(Collection<String>) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the sort-out states
setSpigotParameters(List<String>) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setSpigotParameters(Collection<String>) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes the spigot start parameters
setState(String) - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
Sets the server's state and sends it to TimoCloud BungeeCord
setStatic(Boolean) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setStatic(Boolean) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setStatic(boolean) - Method in interface cloud.timo.TimoCloud.api.objects.ProxyGroupObject
Changes whether the group is static or not.
setStatic(boolean) - Method in interface cloud.timo.TimoCloud.api.objects.ServerGroupObject
Changes whether the group is static or not.
setStaticOnly(boolean) - Method in class cloud.timo.TimoCloud.api.objects.properties.BaseProperties
 
setTimeout(int) - Method in class cloud.timo.TimoCloud.api.objects.properties.ProxyGroupProperties
 
setTimeout(int) - Method in class cloud.timo.TimoCloud.api.objects.properties.ServerGroupProperties
 
setType(String) - Method in class cloud.timo.TimoCloud.api.messages.objects.PluginMessage
 
stop() - Method in interface cloud.timo.TimoCloud.api.objects.ProxyObject
Stops the proxy
stop() - Method in interface cloud.timo.TimoCloud.api.objects.ServerObject
Stops the server
submit() - Method in interface cloud.timo.TimoCloud.api.async.APIRequest
 

T

TimoCloudAPI - Class in cloud.timo.TimoCloud.api
 
TimoCloudBukkitAPI - Interface in cloud.timo.TimoCloud.api
Use TimoCloudAPI.getBukkitAPI() to get an instance of this API
TimoCloudBungeeAPI - Interface in cloud.timo.TimoCloud.api
Use TimoCloudAPI.getProxyAPI() to get an instance of this API
TimoCloudCoreAPI - Interface in cloud.timo.TimoCloud.api
 
TimoCloudEventAPI - Interface in cloud.timo.TimoCloud.api
Use TimoCloudAPI.getEventAPI() to get an instance of this API
TimoCloudInternalAPI - Class in cloud.timo.TimoCloud.api.internal
This is an internal API for TimoCloud - do not use it
TimoCloudInternalAPI() - Constructor for class cloud.timo.TimoCloud.api.internal.TimoCloudInternalAPI
 
TimoCloudInternalImplementationAPI - Interface in cloud.timo.TimoCloud.api.internal
Provides implementations for interfaces in the API
TimoCloudInternalMessageAPI - Interface in cloud.timo.TimoCloud.api.internal
 
TimoCloudMessageAPI - Interface in cloud.timo.TimoCloud.api
Use TimoCloudAPI.getMessageAPI() to get an instance of this API
TimoCloudPlugin - Class in cloud.timo.TimoCloud.api.plugins
 
TimoCloudPlugin() - Constructor for class cloud.timo.TimoCloud.api.plugins.TimoCloudPlugin
 
TimoCloudPluginDescription - Class in cloud.timo.TimoCloud.api.plugins
 
TimoCloudPluginDescription(String, String, String, String, List<String>, List<String>, File) - Constructor for class cloud.timo.TimoCloud.api.plugins.TimoCloudPluginDescription
 
TimoCloudProxyAPI - Interface in cloud.timo.TimoCloud.api
Use TimoCloudAPI.getProxyAPI() to get an instance of this API
TimoCloudUniversalAPI - Interface in cloud.timo.TimoCloud.api
Use TimoCloudAPI.getUniversalAPI() to get an instance of this class
toString() - Method in class cloud.timo.TimoCloud.api.messages.objects.MessageClientAddress
 

U

unregisterCommandHandler(String...) - Method in interface cloud.timo.TimoCloud.api.TimoCloudCoreAPI
Unregister a command handler.
unregisterListener(Listener) - Method in interface cloud.timo.TimoCloud.api.TimoCloudEventAPI
Unregisters a registered event listener which will no longer be notified on events
unregisterMessageListener(MessageListener) - Method in interface cloud.timo.TimoCloud.api.TimoCloudMessageAPI
Unregisters a message listener so that it no longer gets notified of incoming protocol.

V

valueOf(String) - Static method in enum cloud.timo.TimoCloud.api.async.APIRequestType.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cloud.timo.TimoCloud.api.async.APIRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cloud.timo.TimoCloud.api.events.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cloud.timo.TimoCloud.api.messages.objects.MessageClientAddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cloud.timo.TimoCloud.api.objects.log.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cloud.timo.TimoCloud.api.objects.ProxyChooseStrategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum cloud.timo.TimoCloud.api.async.APIRequestType.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cloud.timo.TimoCloud.api.async.APIRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cloud.timo.TimoCloud.api.events.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cloud.timo.TimoCloud.api.messages.objects.MessageClientAddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cloud.timo.TimoCloud.api.objects.log.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cloud.timo.TimoCloud.api.objects.ProxyChooseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I L M O P R S T U V 
Skip navigation links
Impressum

Copyright © 2025. All rights reserved.