Package net.minecraft
Class class_8134
- All Implemented Interfaces:
Drawable
,Element
,Navigable
,ParentElement
- Mappings:
Namespace Name official ewg
intermediary net/minecraft/class_8134
named net/minecraft/class_8134
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final int
private final class_8132
private final Screen
private final ResourcePackManager
private final Consumer<ResourcePackManager>
private final Object2BooleanMap<ResourcePackProfile>
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, height, itemRenderer, passEvents, textRenderer, title, width
Fields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ModifierConstructorDescriptionprotected
class_8134
(Screen screen, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> consumer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected void
init()
Called when a screen should be initialized.protected void
private void
private static Text
method_49016
(ResourcePackProfile resourcePackProfile) private void
void
render
(MatrixStack matrices, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, keyPressed, narrateScreenIfNarrationEnabled, remove, removed, renderBackground, renderBackgroundTexture, renderOrderedTooltip, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldPause, switchFocus, tick, updateNarrator, wrapScreenError
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocused
Methods inherited from class net.minecraft.client.gui.DrawableHelper
disableScissor, drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawNineSlicedTexture, drawNineSlicedTexture, drawRepeatingTexture, drawSprite, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, enableScissor, fill, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffset
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, setFocused
-
Field Details
-
field_42503
private static final int field_42503- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lewg;a:I
intermediary field_42503
Lnet/minecraft/class_8134;field_42503:I
named field_42503
Lnet/minecraft/class_8134;field_42503:I
-
field_42504
- Mappings:
Namespace Name Mixin selector official b
Lewg;b:Lepm;
intermediary field_42504
Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;
named field_42504
Lnet/minecraft/class_8134;field_42504:Lnet/minecraft/class_8132;
-
field_42505
- Mappings:
Namespace Name Mixin selector official c
Lewg;c:Lert;
intermediary field_42505
Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/class_437;
named field_42505
Lnet/minecraft/class_8134;field_42505:Lnet/minecraft/client/gui/screen/Screen;
-
field_42506
- Mappings:
Namespace Name Mixin selector official n
Lewg;n:Lakl;
intermediary field_42506
Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/class_3283;
named field_42506
Lnet/minecraft/class_8134;field_42506:Lnet/minecraft/resource/ResourcePackManager;
-
field_42507
- Mappings:
Namespace Name Mixin selector official o
Lewg;o:Ljava/util/function/Consumer;
intermediary field_42507
Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;
named field_42507
Lnet/minecraft/class_8134;field_42507:Ljava/util/function/Consumer;
-
field_42508
- Mappings:
Namespace Name Mixin selector official p
Lewg;p:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
intermediary field_42508
Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
named field_42508
Lnet/minecraft/class_8134;field_42508:Lit/unimi/dsi/fastutil/objects/Object2BooleanMap;
-
-
Constructor Details
-
class_8134
protected class_8134(Screen screen, ResourcePackManager resourcePackManager, Consumer<ResourcePackManager> consumer)
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
This should call
Screen.setInitialFocus(net.minecraft.client.gui.Element)
to set the element that is initially focused. -
method_49016
- Mappings:
Namespace Name Mixin selector official a
Lewg;a(Lakj;)Ltd;
intermediary method_49016
Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/class_3288;)Lnet/minecraft/class_2561;
named method_49016
Lnet/minecraft/class_8134;method_49016(Lnet/minecraft/resource/ResourcePackProfile;)Lnet/minecraft/text/Text;
-
close
public void close() -
method_49024
private void method_49024()- Mappings:
Namespace Name Mixin selector official j
Lewg;j()V
intermediary method_49024
Lnet/minecraft/class_8134;method_49024()V
named method_49024
Lnet/minecraft/class_8134;method_49024()V
-
method_49015
private void method_49015()- Mappings:
Namespace Name Mixin selector official B
Lewg;B()V
intermediary method_49015
Lnet/minecraft/class_8134;method_49015()V
named method_49015
Lnet/minecraft/class_8134;method_49015()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classScreen
- Mappings:
Namespace Name Mixin selector official a
Lens;a(Lega;IIF)V
intermediary method_25394
Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
named render
Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-