public interface Platform
| Modifier and Type | Interface and Description |
|---|---|
static class |
Platform.Type
Represents a type of platform which LuckPerms can run on.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull Collection<String> |
getKnownPermissions()
Gets a
Collection of all known permission strings. |
@NonNull Instant |
getStartTime()
Gets the time when the plugin first started.
|
Platform.Type |
getType()
Gets the type of platform LuckPerms is running on
|
@NonNull Set<UUID> |
getUniqueConnections()
Gets the unique players which have connected to the server since it started.
|
Platform.Type getType()
@NonNull Set<UUID> getUniqueConnections()
@NonNull Collection<String> getKnownPermissions()
Collection of all known permission strings.@NonNull Instant getStartTime()