Interface UniqueIdDetermineTypeEvent
- All Superinterfaces:
LuckPermsEvent,ResultEvent<String>
Called when the platform needs to determine the type of a player's
unique id.- Since:
- 5.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe players UUID has been obtained by authenticating with the Mojang session servers.static final StringThe players UUID most likely belongs to a NPC (non-player character).static final StringThe players UUID has not been obtained through authentication, and instead is likely based on the username they connected with.static final StringUnknown UUID type. -
Method Summary
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPermsMethods inherited from interface net.luckperms.api.event.type.ResultEvent
hasResult, result
-
Field Details
-
TYPE_AUTHENTICATED
-
TYPE_UNAUTHENTICATED
-
TYPE_NPC
-
TYPE_UNKNOWN
-
-
Method Details
-
getUniqueId
-
getType
-
setType
-