Class CategoryCreateEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.category.GenericCategoryEvent
-
- net.dv8tion.jda.api.events.channel.category.CategoryCreateEvent
-
- All Implemented Interfaces:
GenericEvent
public class CategoryCreateEvent extends GenericCategoryEvent
Indicates that aCategory
was created.Can be used to retrieve the newly created Category
-
-
Constructor Summary
Constructors Constructor Description CategoryCreateEvent(JDA api, long responseNumber, Category category)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.channel.category.GenericCategoryEvent
getCategory, getGuild, getId, getIdLong
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-