Interface UniqueIdLookupEvent
-
- All Superinterfaces:
LuckPermsEvent,ResultEvent<UUID>
public interface UniqueIdLookupEvent extends LuckPermsEvent, ResultEvent<UUID>
Called when the platform needs a unique id for a given username.- Since:
- 5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description @NonNull StringgetUsername()Gets the username being looked up.default voidsetUniqueId(@Nullable UUID uniqueId)Sets the result unique id.-
Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Methods inherited from interface net.luckperms.api.event.type.ResultEvent
hasResult, result
-
-