public class TimoCloudAPI extends Object
| Modifier and Type | Method and Description |
|---|---|
static TimoCloudBukkitAPI |
getBukkitAPI()
This API is for Bukkit plugins
|
static TimoCloudBukkitAPI |
getBukkitInstance()
Deprecated.
Use
getBukkitAPI() instead |
static TimoCloudBungeeAPI |
getBungeeAPI()
Deprecated.
Use
getProxyAPI() instead |
static TimoCloudBungeeAPI |
getBungeeInstance()
Deprecated.
Use
getProxyAPI() instead |
static TimoCloudCoreAPI |
getCoreAPI()
This API is for Core plugins
|
static TimoCloudEventAPI |
getEventAPI()
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, ...)
|
static TimoCloudEventAPI |
getEventImplementation()
Deprecated.
Use
getEventAPI() instead |
static TimoCloudMessageAPI |
getMessageAPI()
The message API provides methods to communicate within the TimoCloud network
You can use this API everywhere (Bukkit, Bungee, Core, ...)
|
static TimoCloudProxyAPI |
getProxyAPI()
This API is for Proxy plugins
|
static TimoCloudUniversalAPI |
getUniversalAPI()
You can use this API everywhere (Bukkit, Bungee, Core, ...)
|
static TimoCloudUniversalAPI |
getUniversalInstance()
Deprecated.
Use
getUniversalAPI() instead |
static boolean |
isEnabled() |
public static boolean isEnabled()
@Deprecated public static TimoCloudUniversalAPI getUniversalInstance()
getUniversalAPI() instead@Deprecated public static TimoCloudBukkitAPI getBukkitInstance()
getBukkitAPI() instead@Deprecated public static TimoCloudBungeeAPI getBungeeInstance()
getProxyAPI() instead@Deprecated public static TimoCloudEventAPI getEventImplementation()
getEventAPI() insteadpublic static TimoCloudUniversalAPI getUniversalAPI()
public static TimoCloudBukkitAPI getBukkitAPI()
@Deprecated public static TimoCloudBungeeAPI getBungeeAPI()
getProxyAPI() insteadpublic static TimoCloudProxyAPI getProxyAPI()
public static TimoCloudCoreAPI getCoreAPI()
public static TimoCloudEventAPI getEventAPI()
public static TimoCloudMessageAPI getMessageAPI()
Copyright © 2025. All rights reserved.