Uses of Interface
net.minecraft.client.gui.components.Button.OnPress
Package
Description
-
Uses of Button.OnPress in com.mojang.realmsclient.gui
ModifierConstructorDescriptionRealmsWorldSlotButton
(int p_87929_, int p_87930_, int p_87931_, int p_87932_, Supplier<RealmsServer> p_87933_, Consumer<Component> p_87934_, int p_87935_, Button.OnPress p_87936_) -
Uses of Button.OnPress in com.mojang.realmsclient.gui.screens
ModifierConstructorDescriptionFrameButton
(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
ModifierConstructorDescriptionButton
(int p_93721_, int p_93722_, int p_93723_, int p_93724_, Component p_93725_, Button.OnPress p_93726_) Button
(int p_93728_, int p_93729_, int p_93730_, int p_93731_, Component p_93732_, Button.OnPress p_93733_, Button.OnTooltip p_93734_) ImageButton
(int p_94230_, int p_94231_, int p_94232_, int p_94233_, int p_94234_, int p_94235_, int p_94236_, ResourceLocation p_94237_, int p_94238_, int p_94239_, Button.OnPress p_94240_) ImageButton
(int p_94242_, int p_94243_, int p_94244_, int p_94245_, int p_94246_, int p_94247_, int p_94248_, ResourceLocation p_94249_, int p_94250_, int p_94251_, Button.OnPress p_94252_, Button.OnTooltip p_94253_, Component p_94254_) ImageButton
(int p_94256_, int p_94257_, int p_94258_, int p_94259_, int p_94260_, int p_94261_, int p_94262_, ResourceLocation p_94263_, int p_94264_, int p_94265_, Button.OnPress p_94266_, Component p_94267_) ImageButton
(int p_94269_, int p_94270_, int p_94271_, int p_94272_, int p_94273_, int p_94274_, int p_94275_, ResourceLocation p_94276_, Button.OnPress p_94277_) ImageButton
(int p_169011_, int p_169012_, int p_169013_, int p_169014_, int p_169015_, int p_169016_, ResourceLocation p_169017_, Button.OnPress p_169018_) 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_) -
Uses of Button.OnPress in net.minecraft.client.gui.screens
Modifier and TypeFieldDescription(package private) final Button.OnPress
PopupScreen.ButtonOption.onPress
-
Uses of Button.OnPress in net.minecraft.client.gui.screens.inventory
ModifierConstructorDescriptionPageButton
(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
ModifierConstructorDescriptionExtendedButton
(int xPos, int yPos, int width, int height, Component displayString, Button.OnPress handler) Slider
(int xPos, int yPos, int width, int height, Component prefix, Component suf, double minVal, double maxVal, double currentVal, boolean showDec, boolean drawStr, Button.OnPress handler) Deprecated, for removal: This API element is subject to removal in a future version.Slider
(int xPos, int yPos, int width, int height, Component prefix, Component suf, double minVal, double maxVal, double currentVal, boolean showDec, boolean drawStr, Button.OnPress handler, Slider.ISlider par) Deprecated, for removal: This API element is subject to removal in a future version.Slider
(int xPos, int yPos, Component displayStr, double minVal, double maxVal, double currentVal, Button.OnPress handler, Slider.ISlider par) Deprecated, for removal: This API element is subject to removal in a future version.UnicodeGlyphButton
(int xPos, int yPos, int width, int height, Component displayString, String glyph, float glyphScale, Button.OnPress handler)