Package net.minecraft
Class class_8898
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement,ScreenHandlerProvider<class_8881>
- Mappings:
Namespace Name official fbsintermediary net/minecraft/class_8898named net/minecraft/class_8898
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate static final Textprivate final PlayerEntityprivate static final Identifierprivate static final Identifierprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, height, OPTIONS_BACKGROUND_TEXTURE, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionclass_8898(class_8881 class_8881, PlayerInventory playerInventory, Text text) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) voiddrawSlot(DrawContext context, Slot slot) protected voidinit()Called when a screen should be initialized.private voidmethod_54591(DrawContext drawContext, class_8882 class_8882) private voidmethod_54592(DrawContext drawContext) protected voidonMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) voidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawForeground, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, isClickOutsideBounds, isPointWithinBounds, keyPressed, method_54590, mouseClicked, mouseDragged, mouseReleased, removed, renderBackground, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, applyNarratorModeChangeDelay, children, clearAndInit, clearChildren, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackgroundTexture, renderInGameBackground, renderWithTooltip, resize, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, switchFocus, updateNarrator, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, focusOn, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, mouseScrolled, setFocused
-
Field Details
-
field_46882
- Mappings:
Namespace Name Mixin selector official xLfbs;x:Lagg;intermediary field_46882Lnet/minecraft/class_8898;field_46882:Lnet/minecraft/class_2960;named field_46882Lnet/minecraft/class_8898;field_46882:Lnet/minecraft/util/Identifier;
-
field_46883
- Mappings:
Namespace Name Mixin selector official yLfbs;y:Lagg;intermediary field_46883Lnet/minecraft/class_8898;field_46883:Lnet/minecraft/class_2960;named field_46883Lnet/minecraft/class_8898;field_46883:Lnet/minecraft/util/Identifier;
-
field_46884
- Mappings:
Namespace Name Mixin selector official zLfbs;z:Lagg;intermediary field_46884Lnet/minecraft/class_8898;field_46884:Lnet/minecraft/class_2960;named field_46884Lnet/minecraft/class_8898;field_46884:Lnet/minecraft/util/Identifier;
-
field_46879
- Mappings:
Namespace Name Mixin selector official ALfbs;A:Lagg;intermediary field_46879Lnet/minecraft/class_8898;field_46879:Lnet/minecraft/class_2960;named field_46879Lnet/minecraft/class_8898;field_46879:Lnet/minecraft/util/Identifier;
-
field_46880
- Mappings:
Namespace Name Mixin selector official BLfbs;B:Lur;intermediary field_46880Lnet/minecraft/class_8898;field_46880:Lnet/minecraft/class_2561;named field_46880Lnet/minecraft/class_8898;field_46880:Lnet/minecraft/text/Text;
-
field_46881
- Mappings:
Namespace Name Mixin selector official CLfbs;C:Lcdm;intermediary field_46881Lnet/minecraft/class_8898;field_46881:Lnet/minecraft/class_1657;named field_46881Lnet/minecraft/class_8898;field_46881:Lnet/minecraft/entity/player/PlayerEntity;
-
-
Constructor Details
-
class_8898
-
-
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.- Overrides:
initin classHandledScreen<class_8881>- Mappings:
Namespace Name Mixin selector official aO_Lfah;aO_()Vintermediary method_25426Lnet/minecraft/class_437;method_25426()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
onMouseClick
- Overrides:
onMouseClickin classHandledScreen<class_8881>- See Also:
- Mappings:
Namespace Name Mixin selector official aLfbg;a(Lchz;IILcgn;)Vintermediary method_2383Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)Vnamed onMouseClickLnet/minecraft/client/gui/screen/ingame/HandledScreen;onMouseClick(Lnet/minecraft/screen/slot/Slot;IILnet/minecraft/screen/slot/SlotActionType;)V
-
drawSlot
- Overrides:
drawSlotin classHandledScreen<class_8881>- Mappings:
Namespace Name Mixin selector official aLfbg;a(Leub;Lchz;)Vintermediary method_2385Lnet/minecraft/class_465;method_2385(Lnet/minecraft/class_332;Lnet/minecraft/class_1735;)Vnamed drawSlotLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawSlot(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/screen/slot/Slot;)V
-
method_54591
- Mappings:
Namespace Name Mixin selector official aLfbs;a(Leub;Lcgt;)Vintermediary method_54591Lnet/minecraft/class_8898;method_54591(Lnet/minecraft/class_332;Lnet/minecraft/class_8882;)Vnamed method_54591Lnet/minecraft/class_8898;method_54591(Lnet/minecraft/client/gui/DrawContext;Lnet/minecraft/class_8882;)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classHandledScreen<class_8881>- Mappings:
Namespace Name Mixin selector official aLevp;a(Leub;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
-
method_54592
- Mappings:
Namespace Name Mixin selector official cLfbs;c(Leub;)Vintermediary method_54592Lnet/minecraft/class_8898;method_54592(Lnet/minecraft/class_332;)Vnamed method_54592Lnet/minecraft/class_8898;method_54592(Lnet/minecraft/client/gui/DrawContext;)V
-
drawBackground
- Specified by:
drawBackgroundin classHandledScreen<class_8881>- Mappings:
Namespace Name Mixin selector official aLfbg;a(Leub;FII)Vintermediary method_2389Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)V
-