Interface LuckPermsRestClient
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionactions()
Gets the action service.static LuckPermsRestClient.Builder
builder()
Creates a new client builder.void
close()
Close the underlying resources used by the client.events()
Gets the event service.groups()
Gets the group service.Gets the messaging service.misc()
Gets the misc service.tracks()
Gets the track service.users()
Gets the user service.
-
Method Details
-
builder
-
users
-
groups
-
tracks
-
actions
-
messaging
-
events
-
misc
-
close
void close()Close the underlying resources used by the client.- Specified by:
close
in interfaceAutoCloseable
-