Uses of Interface
net.minecraft.client.gui.widget.button.Button.IPressable
Package
Description
-
Uses of Button.IPressable in com.mojang.realmsclient.gui
ModifierConstructorDescriptionRealmsServerSlotButton
(int p_i232195_1_, int p_i232195_2_, int p_i232195_3_, int p_i232195_4_, Supplier<RealmsServer> p_i232195_5_, Consumer<ITextComponent> p_i232195_6_, int p_i232195_7_, Button.IPressable p_i232195_8_) -
Uses of Button.IPressable in com.mojang.realmsclient.gui.screens
ModifierConstructorDescriptionTexturedButton
(int p_i232218_2_, int p_i232218_3_, ITextComponent p_i232218_4_, ResourceLocation p_i232218_5_, Button.IPressable p_i232218_6_) -
Uses of Button.IPressable in net.minecraft.client.gui.screen
ModifierConstructorDescriptionOption
(ITextComponent p_i241251_1_, Button.IPressable p_i241251_2_) -
Uses of Button.IPressable in net.minecraft.client.gui.screen.inventory
ModifierConstructorDescriptionTradeButton
(int p_i50601_2_, int p_i50601_3_, int p_i50601_4_, Button.IPressable p_i50601_5_) -
Uses of Button.IPressable in net.minecraft.client.gui.widget.button
ModifierConstructorDescriptionButton
(int p_i232255_1_, int p_i232255_2_, int p_i232255_3_, int p_i232255_4_, ITextComponent p_i232255_5_, Button.IPressable p_i232255_6_) Button
(int p_i232256_1_, int p_i232256_2_, int p_i232256_3_, int p_i232256_4_, ITextComponent p_i232256_5_, Button.IPressable p_i232256_6_, Button.ITooltip p_i232256_7_) ChangePageButton
(int p_i51079_1_, int p_i51079_2_, boolean p_i51079_3_, Button.IPressable p_i51079_4_, boolean p_i51079_5_) ImageButton
(int p_i51135_1_, int p_i51135_2_, int p_i51135_3_, int p_i51135_4_, int p_i51135_5_, int p_i51135_6_, int p_i51135_7_, ResourceLocation p_i51135_8_, int p_i51135_9_, int p_i51135_10_, Button.IPressable p_i51135_11_) ImageButton
(int p_i244513_1_, int p_i244513_2_, int p_i244513_3_, int p_i244513_4_, int p_i244513_5_, int p_i244513_6_, int p_i244513_7_, ResourceLocation p_i244513_8_, int p_i244513_9_, int p_i244513_10_, Button.IPressable p_i244513_11_, Button.ITooltip p_i244513_12_, ITextComponent p_i244513_13_) ImageButton
(int p_i232261_1_, int p_i232261_2_, int p_i232261_3_, int p_i232261_4_, int p_i232261_5_, int p_i232261_6_, int p_i232261_7_, ResourceLocation p_i232261_8_, int p_i232261_9_, int p_i232261_10_, Button.IPressable p_i232261_11_, ITextComponent p_i232261_12_) ImageButton
(int p_i51134_1_, int p_i51134_2_, int p_i51134_3_, int p_i51134_4_, int p_i51134_5_, int p_i51134_6_, int p_i51134_7_, ResourceLocation p_i51134_8_, Button.IPressable p_i51134_9_) LockIconButton
(int p_i51133_1_, int p_i51133_2_, Button.IPressable p_i51133_3_) OptionButton
(int p_i232262_1_, int p_i232262_2_, int p_i232262_3_, int p_i232262_4_, AbstractOption p_i232262_5_, ITextComponent p_i232262_6_, Button.IPressable p_i232262_7_) -
Uses of Button.IPressable in net.minecraftforge.fml.client.gui.widget
ModifierConstructorDescriptionExtendedButton
(int xPos, int yPos, int width, int height, ITextComponent displayString, Button.IPressable handler) Slider
(int xPos, int yPos, int width, int height, ITextComponent prefix, ITextComponent suf, double minVal, double maxVal, double currentVal, boolean showDec, boolean drawStr, Button.IPressable handler) Slider
(int xPos, int yPos, int width, int height, ITextComponent prefix, ITextComponent suf, double minVal, double maxVal, double currentVal, boolean showDec, boolean drawStr, Button.IPressable handler, Slider.ISlider par) Slider
(int xPos, int yPos, ITextComponent displayStr, double minVal, double maxVal, double currentVal, Button.IPressable handler, Slider.ISlider par) UnicodeGlyphButton
(int xPos, int yPos, int width, int height, ITextComponent displayString, String glyph, float glyphScale, Button.IPressable handler)