Uses of Class
cn.lanink.gamecore.form.element.ResponseElementDialogButton
Packages that use ResponseElementDialogButton
Package
Description
-
Uses of ResponseElementDialogButton in cn.lanink.gamecore.form.element
Methods in cn.lanink.gamecore.form.element that return ResponseElementDialogButtonModifier and TypeMethodDescriptionResponseElementDialogButton.onClicked(@NotNull BiConsumer<cn.nukkit.Player, FormResponseDialog> clickedListener) -
Uses of ResponseElementDialogButton in cn.lanink.gamecore.form.response
Fields in cn.lanink.gamecore.form.response declared as ResponseElementDialogButtonModifier and TypeFieldDescriptionprivate ResponseElementDialogButtonFormResponseDialog.clickedButton -
Uses of ResponseElementDialogButton in cn.lanink.gamecore.form.windows
Fields in cn.lanink.gamecore.form.windows with type parameters of type ResponseElementDialogButtonModifier and TypeFieldDescriptionprivate List<ResponseElementDialogButton>AdvancedFormWindowDialog.buttonsMethods in cn.lanink.gamecore.form.windows that return ResponseElementDialogButtonModifier and TypeMethodDescriptionAdvancedFormWindowDialog.addAdvancedButton(String text) AdvancedFormWindowDialog.addButton(ResponseElementDialogButton button) Deprecated.Methods in cn.lanink.gamecore.form.windows that return types with arguments of type ResponseElementDialogButtonMethods in cn.lanink.gamecore.form.windows with parameters of type ResponseElementDialogButtonModifier and TypeMethodDescriptionAdvancedFormWindowDialog.addButton(ResponseElementDialogButton button) Method parameters in cn.lanink.gamecore.form.windows with type arguments of type ResponseElementDialogButtonModifier and TypeMethodDescriptionvoidAdvancedFormWindowDialog.setButtons(List<ResponseElementDialogButton> buttons) Constructor parameters in cn.lanink.gamecore.form.windows with type arguments of type ResponseElementDialogButtonModifierConstructorDescriptionAdvancedFormWindowDialog(String title, String content, cn.nukkit.entity.Entity bindEntity, List<ResponseElementDialogButton> buttons)