Package | Description |
---|---|
net.minecraft.client.gui.screen.inventory | |
net.minecraft.client.gui.widget.button | |
net.minecraft.realms | |
net.minecraftforge.fml.client.gui.widget |
Constructor and Description |
---|
TradeButton(int p_i50601_2_,
int p_i50601_3_,
int p_i50601_4_,
Button.IPressable p_i50601_5_) |
Modifier and Type | Field and Description |
---|---|
protected Button.IPressable |
Button.onPress |
Constructor and Description |
---|
Button(int widthIn,
int heightIn,
int width,
int height,
java.lang.String text,
Button.IPressable onPress) |
ChangePageButton(int p_i51079_1_,
int p_i51079_2_,
boolean p_i51079_3_,
Button.IPressable p_i51079_4_,
boolean p_i51079_5_) |
ImageButton(int xIn,
int yIn,
int widthIn,
int heightIn,
int xTexStartIn,
int yTexStartIn,
int yDiffTextIn,
ResourceLocation resourceLocationIn,
Button.IPressable onPressIn) |
ImageButton(int xIn,
int yIn,
int widthIn,
int heightIn,
int xTexStartIn,
int yTexStartIn,
int yDiffTextIn,
ResourceLocation resourceLocationIn,
int p_i51135_9_,
int p_i51135_10_,
Button.IPressable onPressIn) |
ImageButton(int xIn,
int yIn,
int widthIn,
int heightIn,
int xTexStartIn,
int yTexStartIn,
int yDiffTextIn,
ResourceLocation resourceLocationIn,
int p_i51136_9_,
int p_i51136_10_,
Button.IPressable onPressIn,
java.lang.String textIn) |
LockIconButton(int p_i51133_1_,
int p_i51133_2_,
Button.IPressable p_i51133_3_) |
OptionButton(int xIn,
int yIn,
int widthIn,
int heightIn,
AbstractOption optionIn,
java.lang.String textIn,
Button.IPressable pressableIn) |
Constructor and Description |
---|
RealmsButtonProxy(RealmsButton p_i50623_1_,
int p_i50623_2_,
int p_i50623_3_,
java.lang.String p_i50623_4_,
int p_i50623_5_,
int p_i50623_6_,
Button.IPressable p_i50623_7_) |
Constructor and Description |
---|
ExtendedButton(int xPos,
int yPos,
int width,
int height,
java.lang.String displayString,
Button.IPressable handler) |
Slider(int xPos,
int yPos,
int width,
int height,
java.lang.String prefix,
java.lang.String suf,
double minVal,
double maxVal,
double currentVal,
boolean showDec,
boolean drawStr,
Button.IPressable handler) |
Slider(int xPos,
int yPos,
int width,
int height,
java.lang.String prefix,
java.lang.String suf,
double minVal,
double maxVal,
double currentVal,
boolean showDec,
boolean drawStr,
Button.IPressable handler,
Slider.ISlider par) |
Slider(int xPos,
int yPos,
java.lang.String displayStr,
double minVal,
double maxVal,
double currentVal,
Button.IPressable handler,
Slider.ISlider par) |
UnicodeGlyphButton(int xPos,
int yPos,
int width,
int height,
java.lang.String displayString,
java.lang.String glyph,
float glyphScale,
Button.IPressable handler) |