public interface PlatformInfo
| Modifier and Type | Method and Description |
|---|---|
double |
getApiVersion()
Gets the API version
|
long |
getStartTime()
Gets the time when the plugin first started in milliseconds.
|
PlatformType |
getType()
Gets the type of platform LuckPerms is running on
|
Set<UUID> |
getUniqueConnections()
Gets the unique players which have connected to the server since it started.
|
String |
getVersion()
Gets the plugin version
|
@Nonnull String getVersion()
double getApiVersion()
@Nonnull PlatformType getType()
@Nonnull Set<UUID> getUniqueConnections()
long getStartTime()
Copyright © 2018. All rights reserved.