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