Uses of Interface
net.minecraft.client.gui.components.Button.OnPress
Package
Description
-
Uses of Button.OnPress in com.mojang.realmsclient
ModifierConstructorDescriptionprotected
CrossButton
(Button.OnPress p_275420_, Component p_275193_) NotificationButton
(Component p_296209_, ResourceLocation p_295363_, Button.OnPress p_294154_) -
Uses of Button.OnPress in com.mojang.realmsclient.gui
ModifierConstructorDescriptionRealmsWorldSlotButton
(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
ModifierConstructorDescription(package private)
FrameButton
(Font p_335556_, Component p_89441_, ResourceLocation p_89442_, Button.OnPress p_89443_) -
Uses of Button.OnPress in net.minecraft.client.gui.components
Modifier and TypeFieldDescriptionprivate final Button.OnPress
Button.Builder.onPress
protected final Button.OnPress
Button.onPress
private final Button.OnPress
SpriteIconButton.Builder.onPress
Modifier and TypeMethodDescriptionstatic SpriteIconButton
CommonButtons.accessibility
(int p_296469_, Button.OnPress p_294950_, boolean p_295903_) static Button.Builder
Button.builder
(Component p_254439_, Button.OnPress p_254567_) static SpriteIconButton.Builder
SpriteIconButton.builder
(Component p_294639_, Button.OnPress p_295155_, boolean p_295622_) static SpriteIconButton
CommonButtons.language
(int p_296187_, Button.OnPress p_296343_, boolean p_295488_) ModifierConstructorDescriptionBuilder
(Component p_254097_, Button.OnPress p_253761_) Builder
(Component p_294568_, Button.OnPress p_294520_, boolean p_294559_) protected
Button
(int p_259075_, int p_259271_, int p_260232_, int p_260028_, Component p_259351_, Button.OnPress p_260152_, Button.CreateNarration p_259552_) protected
CenteredIcon
(int p_295914_, int p_294852_, Component p_295609_, int p_294922_, int p_296462_, ResourceLocation p_295554_, Button.OnPress p_294427_, Button.CreateNarration p_330653_) ImageButton
(int p_94256_, int p_94257_, int p_94258_, int p_94259_, WidgetSprites p_295874_, Button.OnPress p_94266_) ImageButton
(int p_169011_, int p_169012_, int p_169013_, int p_169014_, WidgetSprites p_294960_, Button.OnPress p_169018_, Component p_294919_) ImageButton
(int p_94269_, int p_94270_, WidgetSprites p_295749_, Button.OnPress p_94277_, Component p_294787_) 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_294218_, int p_294461_, Component p_294760_, int p_296342_, int p_296291_, ResourceLocation p_294131_, Button.OnPress p_295667_, Button.CreateNarration p_332100_) protected
TextAndIcon
(int p_296442_, int p_294340_, Component p_296265_, int p_294900_, int p_295900_, ResourceLocation p_296097_, Button.OnPress p_295566_, Button.CreateNarration p_330735_) -
Uses of Button.OnPress in net.minecraft.client.gui.screens
Modifier and TypeFieldDescription(package private) final Button.OnPress
UnsupportedGraphicsWarningScreen.ButtonOption.onPress
Modifier and TypeMethodDescriptionstatic Button.OnPress
ConfirmLinkScreen.confirmLink
(Screen p_275326_, String p_275241_) -
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.neoforged.neoforge.client.gui.widget
ModifierConstructorDescriptionExtendedButton
(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) -
Uses of Button.OnPress in net.neoforged.neoforge.oldtest.client
Modifier and TypeMethodDescriptionprivate Button.OnPress
CustomPresetEditorTest.SwampDesertScreen.onPressBiomeButton
(ResourceKey<Biome> biomeKey)