Class SurvivalInventoryScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.InventoryScreen
net.minecraft.client.gui.screen.ingame.SurvivalInventoryScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bzjintermediary net/minecraft/class_422named net/minecraft/client/gui/screen/ingame/SurvivalInventoryScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, cursorDragSlots, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields 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) protected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) voidinit()voidrender(int mouseX, int mouseY, float tickDelta) static voidrenderEntity(int x, int y, int size, float mouseX, float mouseY, LivingEntity entity) voidtick()Methods inherited from class net.minecraft.client.gui.screen.ingame.InventoryScreen
applyStatusEffectOffsetMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onMouseClick, removed, shouldPauseGameMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboardMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
mouseX
private float mouseX- Mappings:
Namespace Name Mixin selector official uLbzj;u:Fintermediary field_1403Lnet/minecraft/class_422;field_1403:Fnamed mouseXLnet/minecraft/client/gui/screen/ingame/SurvivalInventoryScreen;mouseX:F
-
mouseY
private float mouseY- Mappings:
Namespace Name Mixin selector official vLbzj;v:Fintermediary field_1404Lnet/minecraft/class_422;field_1404:Fnamed mouseYLnet/minecraft/client/gui/screen/ingame/SurvivalInventoryScreen;mouseY:F
-
-
Constructor Details
-
SurvivalInventoryScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbzj;<init>(Lahd;)Vintermediary <init>Lnet/minecraft/class_422;<init>(Lnet/minecraft/class_988;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/SurvivalInventoryScreen;<init>(Lnet/minecraft/entity/player/PlayerEntity;)V
-
-
Method Details
-
tick
public void tick()- Overrides:
tickin classHandledScreen- Mappings:
Namespace Name Mixin selector official eLbxf;e()Vintermediary method_1033Lnet/minecraft/class_388;method_1033()Vnamed tickLnet/minecraft/client/gui/screen/Screen;tick()V
-
init
public void init()- Overrides:
initin classInventoryScreen- Mappings:
Namespace Name Mixin selector official bLbxf;b()Vintermediary method_1044Lnet/minecraft/class_388;method_1044()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official bLbyl;b(II)Vintermediary method_4262Lnet/minecraft/class_409;method_4262(II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) - Overrides:
renderin classInventoryScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(IIF)Vintermediary method_1025Lnet/minecraft/class_388;method_1025(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-
drawBackground
protected void drawBackground(float delta, int mouseX, int mouseY) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLbyl;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-
renderEntity
public static void renderEntity(int x, int y, int size, float mouseX, float mouseY, LivingEntity entity) - Mappings:
Namespace Name Mixin selector official aLbzj;a(IIIFFLxm;)Vintermediary method_5595Lnet/minecraft/class_422;method_5595(IIIFFLnet/minecraft/class_1699;)Vnamed renderEntityLnet/minecraft/client/gui/screen/ingame/SurvivalInventoryScreen;renderEntity(IIIFFLnet/minecraft/entity/LivingEntity;)V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector official aLbxf;a(Lbug;)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
-