Class DoubleChestScreen
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.DoubleChestScreen
- Mappings:
Namespace Name intermediary net/minecraft/class_264glue class_288server net/minecraft/class_264client hpnamed net/minecraft/client/gui/screen/ingame/DoubleChestScreen
-
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
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
init, keyPressed, mouseClicked, mouseReleased, removed, render, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, 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
-
playerInventory
- Mappings:
Namespace Name Mixin selector intermediary field_1063Lnet/minecraft/class_264;field_1063:Lnet/minecraft/class_134;glue field_1265Lclass_288;field_1265:Lclass_287;server field_1063Lnet/minecraft/class_264;field_1063:Lhp;client lLhp;l:Llw;named playerInventoryLnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;playerInventory:Lnet/minecraft/inventory/Inventory;
-
inventory
- Mappings:
Namespace Name Mixin selector intermediary field_1064Lnet/minecraft/class_264;field_1064:Lnet/minecraft/class_134;glue field_1266Lclass_288;field_1266:Lclass_287;server field_1064Lnet/minecraft/class_264;field_1064:Lhp;client mLhp;m:Llw;named inventoryLnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;inventory:Lnet/minecraft/inventory/Inventory;
-
rows
private int rows- Mappings:
Namespace Name Mixin selector intermediary field_1065Lnet/minecraft/class_264;field_1065:Iglue field_1267Lclass_288;field_1267:Iserver field_1065Lnet/minecraft/class_264;field_1065:Iclient nLhp;n:Inamed rowsLnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;rows:I
-
-
Constructor Details
-
DoubleChestScreen
- Mappings:
Namespace Name Mixin selector intermediary <init>Lnet/minecraft/class_264;<init>(Lnet/minecraft/class_134;Lnet/minecraft/class_134;)Vglue <init>Lclass_288;<init>(Lclass_287;Lclass_287;)Vserver <init>Lnet/minecraft/class_264;<init>(Lhp;Lhp;)Vclient <init>Lhp;<init>(Llw;Llw;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/DoubleChestScreen;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;)V
-
-
Method Details
-
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
-
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
-