Package dev.plex.admin
Class Admin
java.lang.Object
dev.plex.admin.Admin
Admin object to handle cached admins
-
Field Summary
Modifier and TypeFieldDescriptionprivate boolean
Returns if the admin has admin chat toggled or not
Contains a #isAdminChat and #setAdminChat by Lombokprivate boolean
Returns if the admin has command spy or not
Contains a #isCommandSpy and #setCommandSpy by Lombokprivate Rank
Gets the rank of the admin
Contains a #setRank and #getRank by lombokprivate UUID
Gets the unique ID of an admin (immutable) -
Constructor Summary
-
Method Summary
-
Field Details
-
uuid
Gets the unique ID of an admin (immutable) -
rank
Gets the rank of the admin
Contains a #setRank and #getRank by lombok -
commandSpy
private boolean commandSpyReturns if the admin has command spy or not
Contains a #isCommandSpy and #setCommandSpy by Lombok -
adminChat
private boolean adminChatReturns if the admin has admin chat toggled or not
Contains a #isAdminChat and #setAdminChat by Lombok
-
-
Constructor Details