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 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 boolean
Returns if the admin has staff chat toggled or not
Contains a #isStaffChat and #setStaffChat 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 -
staffChat
private boolean staffChatReturns if the admin has staff chat toggled or not
Contains a #isStaffChat and #setStaffChat by lombok
-
-
Constructor Details