Package net.dv8tion.jda.api.events.stage
Class StageInstanceCreateEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.guild.GenericGuildEvent
-
- net.dv8tion.jda.api.events.stage.GenericStageInstanceEvent
-
- net.dv8tion.jda.api.events.stage.StageInstanceCreateEvent
-
- All Implemented Interfaces:
GenericEvent
public class StageInstanceCreateEvent extends GenericStageInstanceEvent
Indicates that aStageInstance
was created.Can be used to retrieve the created StageInstance and its Guild.
-
-
Constructor Summary
Constructors Constructor Description StageInstanceCreateEvent(JDA api, long responseNumber, StageInstance stageInstance)
-
Method Summary
-
Methods inherited from class net.dv8tion.jda.api.events.stage.GenericStageInstanceEvent
getChannel, getInstance
-
Methods inherited from class net.dv8tion.jda.api.events.guild.GenericGuildEvent
getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
-
-
-
Constructor Detail
-
StageInstanceCreateEvent
public StageInstanceCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull StageInstance stageInstance)
-
-