Class ChatOptionsScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.options.ChatOptionsScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official awuintermediary net/minecraft/class_358named net/minecraft/client/gui/screen/options/ChatOptionsScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final GameOptionsprivate static final GameOptions.Option[]private final Screenprivate StringFields 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) voidinit()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
-
OPTIONS
- Mappings:
Namespace Name Mixin selector official aLawu;a:[Lavh$a;intermediary field_1062Lnet/minecraft/class_358;field_1062:[Lnet/minecraft/class_347$class_350;named OPTIONSLnet/minecraft/client/gui/screen/options/ChatOptionsScreen;OPTIONS:[Lnet/minecraft/client/options/GameOptions$Option;
-
parent
- Mappings:
Namespace Name Mixin selector official fLawu;f:Laxu;intermediary field_1063Lnet/minecraft/class_358;field_1063:Lnet/minecraft/class_388;named parentLnet/minecraft/client/gui/screen/options/ChatOptionsScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
-
options
- Mappings:
Namespace Name Mixin selector official gLawu;g:Lavh;intermediary field_1064Lnet/minecraft/class_358;field_1064:Lnet/minecraft/class_347;named optionsLnet/minecraft/client/gui/screen/options/ChatOptionsScreen;options:Lnet/minecraft/client/options/GameOptions;
-
title
- Mappings:
Namespace Name Mixin selector official hLawu;h:Ljava/lang/String;intermediary field_1065Lnet/minecraft/class_358;field_1065:Ljava/lang/String;named titleLnet/minecraft/client/gui/screen/options/ChatOptionsScreen;title:Ljava/lang/String;
-
-
Constructor Details
-
ChatOptionsScreen
- Mappings:
Namespace Name Mixin selector official <init>Lawu;<init>(Laxu;Lavh;)Vintermediary <init>Lnet/minecraft/class_358;<init>(Lnet/minecraft/class_388;Lnet/minecraft/class_347;)Vnamed <init>Lnet/minecraft/client/gui/screen/options/ChatOptionsScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/options/GameOptions;)V
-
-
Method Details
-
init
public void init() -
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLaxu;a(Lavs;)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)
-