Uses of Interface
net.md_5.bungee.api.dialog.action.Action
Packages that use Action
-
Uses of Action in net.md_5.bungee.api.dialog.action
Classes in net.md_5.bungee.api.dialog.action that implement ActionModifier and TypeClassDescriptionclassSubmits the dialog with the given ID and values as a payload.classExecutes a command.classRepresents a static dialog action.Methods in net.md_5.bungee.api.dialog.action that return ActionMethods in net.md_5.bungee.api.dialog.action with parameters of type ActionModifier and TypeMethodDescriptionThe action to take.Constructors in net.md_5.bungee.api.dialog.action with parameters of type ActionModifierConstructorDescriptionActionButton(@NonNull BaseComponent label, @NonNull Action action) ActionButton(@NonNull BaseComponent label, BaseComponent tooltip, Integer width, @NonNull Action action)