Class CustomEventActionEvent
java.lang.Object
de.presti.ree6.actions.ActionEvent
de.presti.ree6.actions.customevents.CustomEventActionEvent
A Container class containing the needed Information to run a CustomEventAction.
-
Constructor Summary
ConstructorDescriptionCustomEventActionEvent
(net.dv8tion.jda.api.entities.Guild guild, String[] arguments) Constructor. -
Method Summary
-
Constructor Details
-
CustomEventActionEvent
Constructor.- Parameters:
guild
- the related Guild.arguments
- the Arguments used.
-