Class SkinOptionsScreen.SkinOptionButton
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.widget.ButtonWidget
net.minecraft.client.gui.screen.options.SkinOptionsScreen.SkinOptionButton
- Enclosing class:
- SkinOptionsScreen
@Environment(CLIENT) class SkinOptionsScreen.SkinOptionButton extends ButtonWidget
- Mappings:
Namespace Name official axx$aintermediary net/minecraft/class_758$class_759named net/minecraft/client/gui/screen/options/SkinOptionsScreen$SkinOptionButton
-
Field Summary
Fields Modifier and Type Field Description private PlayerModelPartpartFields inherited from class net.minecraft.client.gui.widget.ButtonWidget
active, height, hovered, id, message, visible, WIDGETS_LOCATION, width, x, yFields inherited from class net.minecraft.client.gui.DrawableHelper
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors Modifier Constructor Description privateSkinOptionButton(int id, int x, int y, int width, int height, PlayerModelPart part) -
Method Summary
Methods inherited from class net.minecraft.client.gui.widget.ButtonWidget
getWidth, getYImage, isHovered, isMouseOver, mouseReleased, playDownSound, render, renderBg, renderToolTip, setWidthMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
part
- Mappings:
Namespace Name Mixin selector official pLaxx$a;p:Lwo;intermediary field_3243Lnet/minecraft/class_758$class_759;field_3243:Lnet/minecraft/class_1966;named partLnet/minecraft/client/gui/screen/options/SkinOptionsScreen$SkinOptionButton;part:Lnet/minecraft/client/render/entity/PlayerModelPart;
-
-
Constructor Details
-
SkinOptionButton
- Mappings:
Namespace Name Mixin selector official <init>Laxx$a;<init>(Laxx;IIIIILwo;)Vintermediary <init>Lnet/minecraft/class_758$class_759;<init>(Lnet/minecraft/class_758;IIIIILnet/minecraft/class_1966;)Vnamed <init>Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen$SkinOptionButton;<init>(Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen;IIIIILnet/minecraft/client/render/entity/PlayerModelPart;)V
-