Interface KnownCustomEmojiEvent
-
- All Superinterfaces:
Event,ServerEvent
- All Known Subinterfaces:
KnownCustomEmojiChangeNameEvent,KnownCustomEmojiChangeWhitelistedRolesEvent,KnownCustomEmojiCreateEvent,KnownCustomEmojiDeleteEvent
public interface KnownCustomEmojiEvent extends ServerEvent
A custom emoji event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KnownCustomEmojigetEmoji()Gets the custom emoji of the event.-
Methods inherited from interface org.javacord.api.event.server.ServerEvent
getServer
-
-
-
-
Method Detail
-
getEmoji
KnownCustomEmoji getEmoji()
Gets the custom emoji of the event.- Returns:
- The custom emoji of the event.
-
-