Uses of Interface
net.minecraft.client.gui.components.Button.OnPress
Packages that use Button.OnPress
Package
Description
-
Uses of Button.OnPress in com.mojang.realmsclient
Constructors in com.mojang.realmsclient with parameters of type Button.OnPressModifierConstructorDescriptionprotectedCrossButton(Button.OnPress onPress, Component tooltip) NotificationButton(Component title, Identifier texture, Button.OnPress onPress, @Nullable Component tooltip) -
Uses of Button.OnPress in com.mojang.realmsclient.gui
Constructors in com.mojang.realmsclient.gui with parameters of type Button.OnPressModifierConstructorDescriptionRealmsWorldSlotButton(int x, int y, int width, int height, int slotIndex, RealmsServer serverData, Button.OnPress onPress) -
Uses of Button.OnPress in com.mojang.realmsclient.gui.screens
Constructors in com.mojang.realmsclient.gui.screens with parameters of type Button.OnPressModifierConstructorDescriptionprivateFrameButton(Font font, Component text, Identifier image, Button.OnPress onPress) -
Uses of Button.OnPress in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as Button.OnPressModifier and TypeFieldDescriptionprivate final Button.OnPressButton.Builder.onPressprotected final Button.OnPressButton.onPressprivate final Button.OnPressSpriteIconButton.Builder.onPressMethods in net.minecraft.client.gui.components with parameters of type Button.OnPressModifier and TypeMethodDescriptionstatic SpriteIconButtonCommonButtons.accessibility(int width, Button.OnPress onPress, boolean iconOnly) static Button.BuilderButton.builder(Component message, Button.OnPress onPress) static SpriteIconButton.BuilderSpriteIconButton.builder(Component message, Button.OnPress onPress, boolean iconOnly) static SpriteIconButtonCommonButtons.language(int width, Button.OnPress onPress, boolean iconOnly) Constructors in net.minecraft.client.gui.components with parameters of type Button.OnPressModifierConstructorDescriptionBuilder(Component message, Button.OnPress onPress) Builder(Component message, Button.OnPress onPress, boolean iconOnly) protectedButton(int x, int y, int width, int height, Component message, Button.OnPress onPress, Button.CreateNarration createNarration) protectedCenteredIcon(int width, int height, Component message, int spriteWidth, int spriteHeight, WidgetSprites sprite, Button.OnPress onPress, @Nullable Component tooltip, @Nullable Button.CreateNarration narration) ImageButton(int x, int y, int width, int height, WidgetSprites sprites, Button.OnPress onPress) ImageButton(int x, int y, int width, int height, WidgetSprites sprites, Button.OnPress onPress, Component message) ImageButton(int width, int height, WidgetSprites sprites, Button.OnPress onPress, Component message) LockIconButton(int x, int y, Button.OnPress onPress) protectedPlain(int x, int y, int width, int height, Component message, Button.OnPress onPress, Button.CreateNarration createNarration) PlainTextButton(int x, int y, int width, int height, Component message, Button.OnPress onPress, Font font) privateSpriteIconButton(int width, int height, Component message, int spriteWidth, int spriteHeight, WidgetSprites sprite, Button.OnPress onPress, @Nullable Component tooltip, @Nullable Button.CreateNarration narration) protectedTextAndIcon(int width, int height, Component message, int spriteWidth, int spriteHeight, WidgetSprites sprite, Button.OnPress onPress, @Nullable Component tooltip, @Nullable Button.CreateNarration narration) -
Uses of Button.OnPress in net.minecraft.client.gui.screens
Methods in net.minecraft.client.gui.screens that return Button.OnPressModifier and TypeMethodDescriptionstatic Button.OnPressConfirmLinkScreen.confirmLink(Screen parentScreen, String uri) static Button.OnPressConfirmLinkScreen.confirmLink(Screen parentScreen, String uri, boolean trusted) static Button.OnPressConfirmLinkScreen.confirmLink(Screen parentScreen, URI uri) static Button.OnPressConfirmLinkScreen.confirmLink(Screen parentScreen, URI uri, boolean trusted) -
Uses of Button.OnPress in net.minecraft.client.gui.screens.dialog
Methods in net.minecraft.client.gui.screens.dialog with parameters of type Button.OnPressModifier and TypeMethodDescriptionprivate static Button.BuilderDialogControlSet.createDialogButton(CommonButtonData data, Button.OnPress clickAction) -
Uses of Button.OnPress in net.minecraft.client.gui.screens.inventory
Constructors in net.minecraft.client.gui.screens.inventory with parameters of type Button.OnPressModifierConstructorDescriptionPageButton(int x, int y, boolean isForward, Button.OnPress onPress, boolean playTurnSound) TradeOfferButton(int x, int y, int index, Button.OnPress onPress) -
Uses of Button.OnPress in net.minecraft.client.gui.screens.options
Fields in net.minecraft.client.gui.screens.options declared as Button.OnPressModifier and TypeFieldDescriptionprivate final Button.OnPressUnsupportedGraphicsWarningScreen.ButtonOption.onPressConstructors in net.minecraft.client.gui.screens.options with parameters of type Button.OnPress -
Uses of Button.OnPress in net.minecraft.client.gui.screens.recipebook
Constructors in net.minecraft.client.gui.screens.recipebook with parameters of type Button.OnPressModifierConstructorDescriptionRecipeBookTabButton(int x, int y, RecipeBookComponent.TabInfo tabInfo, Button.OnPress onPress) -
Uses of Button.OnPress in net.neoforged.neoforge.client.gui.widget
Constructors in net.neoforged.neoforge.client.gui.widget with parameters of type Button.OnPressModifierConstructorDescriptionExtendedButton(int xPos, int yPos, int width, int height, Component displayString, Button.OnPress handler) ExtendedButton(int xPos, int yPos, int width, int height, Component displayString, Button.OnPress handler, Button.CreateNarration createNarration) UnicodeGlyphButton(int xPos, int yPos, int width, int height, Component displayString, String glyph, float glyphScale, Button.OnPress handler)