public class VelocityPlugin extends Object implements ViaPlatform<com.velocitypowered.api.proxy.Player>
| Modifier and Type | Field and Description |
|---|---|
static com.velocitypowered.api.proxy.ProxyServer |
PROXY |
| Constructor and Description |
|---|
VelocityPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelTask(TaskId taskId)
Cancel a task
|
VelocityViaAPI |
getApi()
Get the API for this platform
|
VelocityViaConfig |
getConf()
Get the config API for this platform
|
ConfigurationProvider |
getConfigurationProvider()
Get the backend configuration provider for this platform.
|
ViaConnectionManager |
getConnectionManager() |
File |
getDataFolder()
Get ViaVersions's data folder.
|
com.google.gson.JsonObject |
getDump()
Get the JSON data required for /viaversion dump
|
Logger |
getLogger()
Get the logger for this platform
|
ViaCommandSender[] |
getOnlinePlayers()
Get the online players
|
String |
getPlatformName()
Get the platform name
|
String |
getPlatformVersion()
Get the platform version
|
String |
getPluginVersion()
Get the plugin version
|
boolean |
isOldClientsAllowed()
Get if older clients are allowed to be used using ViaVersion.
|
boolean |
isPluginEnabled()
Check if the plugin is enabled.
|
boolean |
isProxy()
Returns true if the server Via is running on is a proxy server.
|
boolean |
kickPlayer(UUID uuid,
String message)
Kick a player for a reason
|
void |
onProxyInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent e) |
void |
onProxyLateInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent e) |
void |
onReload()
Called when a reload happens
|
TaskId |
runAsync(Runnable runnable)
Run a task Async
|
TaskId |
runRepeatingSync(Runnable runnable,
Long ticks)
Run a task at a repeating interval.
|
TaskId |
runSync(Runnable runnable)
Run a task Sync
|
TaskId |
runSync(Runnable runnable,
Long ticks)
Run a task Sync after a interval
This must be only used after plugin enable.
|
void |
sendMessage(UUID uuid,
String message)
Send a message to a player
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdisconnectpublic void onProxyInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent e)
public void onProxyLateInit(com.velocitypowered.api.event.proxy.ProxyInitializeEvent e)
public String getPlatformName()
ViaPlatformgetPlatformName in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public String getPlatformVersion()
ViaPlatformgetPlatformVersion in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public boolean isProxy()
ViaPlatformisProxy in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public String getPluginVersion()
ViaPlatformgetPluginVersion in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public TaskId runAsync(Runnable runnable)
ViaPlatformrunAsync in interface ViaPlatform<com.velocitypowered.api.proxy.Player>runnable - The task to runpublic TaskId runSync(Runnable runnable)
ViaPlatformrunSync in interface ViaPlatform<com.velocitypowered.api.proxy.Player>runnable - The task to runpublic TaskId runSync(Runnable runnable, Long ticks)
ViaPlatformrunSync in interface ViaPlatform<com.velocitypowered.api.proxy.Player>runnable - The task to runticks - The interval to run it afterpublic TaskId runRepeatingSync(Runnable runnable, Long ticks)
ViaPlatformrunRepeatingSync in interface ViaPlatform<com.velocitypowered.api.proxy.Player>runnable - The task to runticks - The interval to run it atpublic void cancelTask(TaskId taskId)
ViaPlatformcancelTask in interface ViaPlatform<com.velocitypowered.api.proxy.Player>taskId - The task ID to cancelpublic ViaCommandSender[] getOnlinePlayers()
ViaPlatformgetOnlinePlayers in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public void sendMessage(UUID uuid, String message)
ViaPlatformsendMessage in interface ViaPlatform<com.velocitypowered.api.proxy.Player>uuid - The player's UUIDmessage - The message to sendpublic boolean kickPlayer(UUID uuid, String message)
ViaPlatformkickPlayer in interface ViaPlatform<com.velocitypowered.api.proxy.Player>uuid - The player's UUIDmessage - The message to kick them withpublic boolean isPluginEnabled()
ViaPlatformisPluginEnabled in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public ConfigurationProvider getConfigurationProvider()
ViaPlatformgetConfigurationProvider in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public File getDataFolder()
ViaPlatformgetDataFolder in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public VelocityViaAPI getApi()
ViaPlatformgetApi in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public VelocityViaConfig getConf()
ViaPlatformgetConf in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public void onReload()
ViaPlatformonReload in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public com.google.gson.JsonObject getDump()
ViaPlatformgetDump in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public boolean isOldClientsAllowed()
ViaPlatformisOldClientsAllowed in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public Logger getLogger()
ViaPlatformgetLogger in interface ViaPlatform<com.velocitypowered.api.proxy.Player>public ViaConnectionManager getConnectionManager()
getConnectionManager in interface ViaPlatform<com.velocitypowered.api.proxy.Player>Copyright © 2016–2021. All rights reserved.