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 p_275420_, Component p_275193_) NotificationButton(Component p_299660_, ResourceLocation p_298832_, Button.OnPress p_297337_) -
Uses of Button.OnPress in com.mojang.realmsclient.gui
Constructors in com.mojang.realmsclient.gui with parameters of type Button.OnPressModifierConstructorDescriptionRealmsWorldSlotButton(int p_87929_, int p_87930_, int p_87931_, int p_87932_, int p_87935_, Button.OnPress p_87936_) -
Uses of Button.OnPress in com.mojang.realmsclient.gui.screens
Constructors in com.mojang.realmsclient.gui.screens with parameters of type Button.OnPressModifierConstructorDescription(package private)FrameButton(int p_89439_, int p_89440_, Component p_89441_, ResourceLocation p_89442_, Button.OnPress p_89443_) -
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 p_300710_, Button.OnPress p_298571_, boolean p_299983_) static Button.BuilderButton.builder(Component p_254439_, Button.OnPress p_254567_) static SpriteIconButton.BuilderSpriteIconButton.builder(Component p_299964_, Button.OnPress p_301369_, boolean p_298501_) static SpriteIconButtonCommonButtons.language(int p_299277_, Button.OnPress p_299778_, boolean p_301098_) Constructors in net.minecraft.client.gui.components with parameters of type Button.OnPressModifierConstructorDescriptionBuilder(Component p_254097_, Button.OnPress p_253761_) Builder(Component p_298778_, Button.OnPress p_297973_, boolean p_297512_) protectedButton(int p_259075_, int p_259271_, int p_260232_, int p_260028_, Component p_259351_, Button.OnPress p_260152_, Button.CreateNarration p_259552_) protectedCenteredIcon(int p_300200_, int p_299056_, Component p_298209_, int p_300001_, int p_298255_, ResourceLocation p_298326_, Button.OnPress p_298485_) ImageButton(int p_94230_, int p_94231_, int p_94232_, int p_94233_, WidgetSprites p_299641_, Button.OnPress p_94240_) ImageButton(int p_94256_, int p_94257_, int p_94258_, int p_94259_, WidgetSprites p_298753_, Button.OnPress p_94266_, Component p_94267_) ImageButton(int p_169011_, int p_169012_, WidgetSprites p_298218_, Button.OnPress p_169018_, Component p_297655_) LockIconButton(int p_94299_, int p_94300_, Button.OnPress p_94301_) PlainTextButton(int p_211755_, int p_211756_, int p_211757_, int p_211758_, Component p_211759_, Button.OnPress p_211760_, Font p_211761_) (package private)SpriteIconButton(int p_297620_, int p_300275_, Component p_297544_, int p_298263_, int p_299223_, ResourceLocation p_297738_, Button.OnPress p_297736_) protectedTextAndIcon(int p_299028_, int p_300372_, Component p_297448_, int p_300274_, int p_301370_, ResourceLocation p_298996_, Button.OnPress p_298623_) -
Uses of Button.OnPress in net.minecraft.client.gui.screens
Fields in net.minecraft.client.gui.screens declared as Button.OnPressModifier and TypeFieldDescription(package private) final Button.OnPressUnsupportedGraphicsWarningScreen.ButtonOption.onPressMethods in net.minecraft.client.gui.screens that return Button.OnPressModifier and TypeMethodDescriptionstatic Button.OnPressConfirmLinkScreen.confirmLink(Screen p_275326_, String p_275241_) Constructors in net.minecraft.client.gui.screens with parameters of type Button.OnPress -
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 p_99225_, int p_99226_, boolean p_99227_, Button.OnPress p_99228_, boolean p_99229_) TradeOfferButton(int p_99205_, int p_99206_, int p_99207_, Button.OnPress p_99208_) -
Uses of Button.OnPress in net.minecraftforge.client.gui.widget
Constructors in net.minecraftforge.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)