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
Indicates that a
StageInstance
was created.
Can be used to retrieve the created StageInstance and its Guild.
-
Constructor Summary
ConstructorDescriptionStageInstanceCreateEvent
(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, getRawData, getResponseNumber, toString
-
Constructor Details
-
StageInstanceCreateEvent
public StageInstanceCreateEvent(@Nonnull JDA api, long responseNumber, @Nonnull StageInstance stageInstance)
-