Class SkinOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.options.SkinOptionsScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bfbintermediary net/minecraft/class_2318named net/minecraft/client/gui/screen/options/SkinOptionsScreen
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) private Stringvoidinit()voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, keyPressed, mouseClicked, mouseDragged, mouseReleased, removed, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBounds, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
parent
- Mappings:
Namespace Name Mixin selector official aLbfb;a:Lbez;intermediary field_10464Lnet/minecraft/class_2318;field_10464:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/options/SkinOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
title
- Mappings:
Namespace Name Mixin selector official fLbfb;f:Ljava/lang/String;intermediary field_10465Lnet/minecraft/class_2318;field_10465:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/options/SkinOptionsScreen;title:Ljava/lang/String;
-
-
Constructor Details
-
SkinOptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbfb;<init>(Lbez;)Vintermediary <init>Lnet/minecraft/class_2318;<init>(Lnet/minecraft/class_388;)Vnamed <init>Lnet/minecraft/client/gui/screen/options/SkinOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
-
-
Method Details
-
init
public void init() -
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLbez;a(Lbcx;)Vintermediary method_1027Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) -
getPlayerModelPartDisplayString
- Mappings:
Namespace Name Mixin selector official aLbfb;a(Lzk;)Ljava/lang/String;intermediary method_9591Lnet/minecraft/class_2318;method_9591(Lnet/minecraft/class_2670;)Ljava/lang/String;named getPlayerModelPartDisplayStringLnet/minecraft/client/gui/screen/options/SkinOptionsScreen;getPlayerModelPartDisplayString(Lnet/minecraft/client/render/entity/PlayerModelPart;)Ljava/lang/String;
-