public abstract class GenericCategoryEvent extends Event
Fired for all Category
events.
Every category event is a subclass of this event and can be casted (no exceptions)
Constructor and Description |
---|
GenericCategoryEvent(JDA api,
long responseNumber,
Category category) |
Modifier and Type | Method and Description |
---|---|
Category |
getCategory()
The responsible
Category |
Guild |
getGuild()
|
java.lang.String |
getId()
The snowflake ID for the responsible
Category |
long |
getIdLong()
The snowflake ID for the responsible
Category |
getJDA, getResponseNumber