Class AbstractInventoryScreen<T extends ScreenHandler>
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<T>
net.minecraft.client.gui.screen.ingame.AbstractInventoryScreen<T>
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement,ScreenHandlerProvider<T>
- Direct Known Subclasses:
CreativeInventoryScreen,InventoryScreen
@Environment(CLIENT)
public abstract class AbstractInventoryScreen<T extends ScreenHandler>
extends HandledScreen<T>
- Mappings:
Namespace Name official evhintermediary net/minecraft/class_485named net/minecraft/client/gui/screen/ingame/AbstractInventoryScreen
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
Fields 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, field_44669, height, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voiddrawStatusEffectBackgrounds(DrawableHelper drawableHelper, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide) private voiddrawStatusEffectDescriptions(DrawableHelper drawableHelper, int x, int height, Iterable<StatusEffectInstance> statusEffects) private voiddrawStatusEffects(DrawableHelper drawableHelper, int mouseX, int mouseY) private voiddrawStatusEffectSprites(DrawableHelper drawableHelper, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide) private TextgetStatusEffectDescription(StatusEffectInstance statusEffect) booleanvoidrender(DrawableHelper drawableHelper, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
close, drawBackground, drawForeground, drawMouseoverTooltip, drawSlotHighlight, endTouchDrag, getScreenHandler, handledScreenTick, handleHotbarKeyPressed, init, isClickOutsideBounds, isPointWithinBounds, keyPressed, method_51454, mouseClicked, mouseDragged, mouseReleased, onMouseClick, removed, 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, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, hide, init, initTabNavigation, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, remove, renderBackground, renderBackgroundTexture, 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
-
Constructor Details
-
AbstractInventoryScreen
- Mappings:
Namespace Name Mixin selector official <init>Leuq;<init>(Lcax;Lbyf;Lsw;)Vintermediary <init>Lnet/minecraft/class_465;<init>(Lnet/minecraft/class_1703;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/HandledScreen;<init>(Lnet/minecraft/screen/ScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V
-
-
Method Details
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classHandledScreen<T extends ScreenHandler>- Mappings:
Namespace Name Mixin selector official aLepn;a(Leoe;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/DrawableHelper;IIF)V
-
hideStatusEffectHud
public boolean hideStatusEffectHud()- Mappings:
Namespace Name Mixin selector official FLevh;F()Zintermediary method_38934Lnet/minecraft/class_485;method_38934()Znamed hideStatusEffectHudLnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;hideStatusEffectHud()Z
-
drawStatusEffects
- Mappings:
Namespace Name Mixin selector official cLevh;c(Leoe;II)Vintermediary method_2477Lnet/minecraft/class_485;method_2477(Lnet/minecraft/class_332;II)Vnamed drawStatusEffectsLnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffects(Lnet/minecraft/client/gui/DrawableHelper;II)V
-
drawStatusEffectBackgrounds
private void drawStatusEffectBackgrounds(DrawableHelper drawableHelper, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide) - Mappings:
Namespace Name Mixin selector official aLevh;a(Leoe;IILjava/lang/Iterable;Z)Vintermediary method_18642Lnet/minecraft/class_485;method_18642(Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)Vnamed drawStatusEffectBackgroundsLnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectBackgrounds(Lnet/minecraft/client/gui/DrawableHelper;IILjava/lang/Iterable;Z)V
-
drawStatusEffectSprites
private void drawStatusEffectSprites(DrawableHelper drawableHelper, int x, int height, Iterable<StatusEffectInstance> statusEffects, boolean wide) - Mappings:
Namespace Name Mixin selector official bLevh;b(Leoe;IILjava/lang/Iterable;Z)Vintermediary method_18643Lnet/minecraft/class_485;method_18643(Lnet/minecraft/class_332;IILjava/lang/Iterable;Z)Vnamed drawStatusEffectSpritesLnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectSprites(Lnet/minecraft/client/gui/DrawableHelper;IILjava/lang/Iterable;Z)V
-
drawStatusEffectDescriptions
private void drawStatusEffectDescriptions(DrawableHelper drawableHelper, int x, int height, Iterable<StatusEffectInstance> statusEffects) - Mappings:
Namespace Name Mixin selector official aLevh;a(Leoe;IILjava/lang/Iterable;)Vintermediary method_18644Lnet/minecraft/class_485;method_18644(Lnet/minecraft/class_332;IILjava/lang/Iterable;)Vnamed drawStatusEffectDescriptionsLnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;drawStatusEffectDescriptions(Lnet/minecraft/client/gui/DrawableHelper;IILjava/lang/Iterable;)V
-
getStatusEffectDescription
- Mappings:
Namespace Name Mixin selector official aLevh;a(Lbes;)Lsw;intermediary method_38933Lnet/minecraft/class_485;method_38933(Lnet/minecraft/class_1293;)Lnet/minecraft/class_2561;named getStatusEffectDescriptionLnet/minecraft/client/gui/screen/ingame/AbstractInventoryScreen;getStatusEffectDescription(Lnet/minecraft/entity/effect/StatusEffectInstance;)Lnet/minecraft/text/Text;
-