Class InventoryScreen
java.lang.Object
net.minecraft.client.gui.DrawContext
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.InventoryScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_585glue class_671server net/minecraft/class_585client uenamed net/minecraft/client/gui/screen/ingame/InventoryScreen
-
Field Summary
FieldsFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, containerFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, height, minecraft, particlesGui, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawContext
zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbuttonClicked(ButtonWidget button) protected voiddrawBackground(float tickDelta) protected voidvoidinit()voidrender(int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
keyPressed, mouseClicked, mouseReleased, removed, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmed, getClipboard, handleTab, init, onKeyboardEvent, onMouseEvent, renderBackground, renderBackground, renderBackgroundTexture, tickInputMethods inherited from class net.minecraft.client.gui.DrawContext
drawCenteredTextWithShadow, drawHorizontalLine, drawTexture, drawTextWithShadow, drawVerticalLine, fill, fillGradient
-
Field Details
-
mouseX
private float mouseX- Mappings:
Namespace Name Mixin selector intermediary field_2523Lnet/minecraft/class_585;field_2523:Fglue field_2739Lclass_671;field_2739:Fserver field_2523Lnet/minecraft/class_585;field_2523:Fclient lLue;l:Fnamed mouseXLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseX:F
-
mouseY
private float mouseY- Mappings:
Namespace Name Mixin selector intermediary field_2524Lnet/minecraft/class_585;field_2524:Fglue field_2740Lclass_671;field_2740:Fserver field_2524Lnet/minecraft/class_585;field_2524:Fclient mLue;m:Fnamed mouseYLnet/minecraft/client/gui/screen/ingame/InventoryScreen;mouseY:F
-
-
Constructor Details
-
InventoryScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_585;<init>(Lnet/minecraft/class_54;)Vglue <init>Lclass_671;<init>(Lclass_172;)Vserver <init>Lnet/minecraft/class_585;<init>(Lem;)Vclient <init>Lue;<init>(Lgs;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/InventoryScreen;<init>(Lnet/minecraft/entity/player/PlayerEntity;)V
-
-
Method Details
-
init
public void init()- Overrides:
initin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_119Lnet/minecraft/class_32;method_119()Vglue method_252Lclass_117;method_252()Vserver method_119Lnet/minecraft/class_32;method_119()Vclient bLda;b()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
drawForeground
protected void drawForeground()- Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_985Lnet/minecraft/class_293;method_985()Vglue method_1158Lclass_314;method_1158()Vserver method_985Lnet/minecraft/class_293;method_985()Vclient kLid;k()Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground()V
-
render
public void render(int mouseX, int mouseY, float delta) - Overrides:
renderin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_118Lnet/minecraft/class_32;method_118(IIF)Vglue method_251Lclass_117;method_251(IIF)Vserver method_118Lnet/minecraft/class_32;method_118(IIF)Vclient aLda;a(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-
drawBackground
protected void drawBackground(float tickDelta) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector intermediary method_984Lnet/minecraft/class_293;method_984(F)Vglue method_1157Lclass_314;method_1157(F)Vserver method_984Lnet/minecraft/class_293;method_984(F)Vclient aLid;a(F)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(F)V
-
buttonClicked
- Overrides:
buttonClickedin classScreen- Mappings:
Namespace Name Mixin selector intermediary method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vglue method_257Lclass_117;method_257(Lclass_389;)Vserver method_120Lnet/minecraft/class_32;method_120(Lnet/minecraft/class_33;)Vclient aLda;a(Lke;)Vnamed buttonClickedLnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
-