Interface CustomMessageReceiveEvent
- All Superinterfaces:
LuckPermsEvent
Called when a custom payload message is received via the
MessagingService.
This event is effectively the 'other end' of
MessagingService.sendCustomMessage(String, String).
- Since:
- 5.5
-
Method Summary
Modifier and TypeMethodDescriptionGets the channel id.Gets the custom payload that was sent.Methods inherited from interface net.luckperms.api.event.LuckPermsEvent
getEventType, getLuckPerms
-
Method Details
-
getChannelId
-
getPayload
-