JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
New
Deprecated
Index
Search
Help
net.luckperms.api.messenger.message.type
ActionLogMessage
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
getAction()
Interface ActionLogMessage
All Superinterfaces:
Message
public interface
ActionLogMessage
extends
Message
Represents an "action log" message.
Used to dispatch live action log updates to other servers.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
@NonNull
Action
getAction
()
Gets the action being sent
Methods inherited from interface net.luckperms.api.messenger.message.
Message
getId
Method Details
getAction
@NonNull
Action
getAction
()
Gets the action being sent
Returns:
the action