JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
New
Deprecated
Index
Search
Help
net.luckperms.api.actionlog
Action
Source
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getUniqueId()
getName()
Interface Action.Source
Enclosing interface:
Action
@NonExtendable
public static interface
Action.Source
Represents the source of an action.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NonNull
String
getName
()
Gets the source name.
@NonNull
UUID
getUniqueId
()
Gets the source unique id.
Method Details
getUniqueId
@NonNull
UUID
getUniqueId
()
Gets the source unique id.
Returns:
the source unique id
getName
@NonNull
String
getName
()
Gets the source name.
Returns:
the source name