Class ChestScreen
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.ChestScreen
- Mappings:
Namespace Name official bdnintermediary net/minecraft/class_413named net/minecraft/client/gui/screen/ingame/ChestScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Inventoryprivate intprivate static final Identifierprivate InventoryFields 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
field_22533, field_22534, field_22535, field_22536, field_22537, field_22538, field_22539, field_22540Fields inherited from class net.minecraft.client.gui.DrawableHelper
field_22503, field_22504, field_22505, field_22506 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, isPointWithinBounds, method_21924, method_21925, method_21926, method_21927, method_21933, method_21935, method_21936, method_21940, method_21947, onMouseClickMethods inherited from class net.minecraft.client.gui.screen.Screen
method_21928, method_21929, method_21930, method_21931, method_21932, method_21934, method_21937, method_21938, method_21939, method_21941, method_21942, method_21943, method_21944, method_21945, method_21946, method_22355Methods inherited from class net.minecraft.client.gui.DrawableHelper
method_21875, method_21877, method_21878, method_21879, method_21880, method_21881, method_21882, method_21883, method_21884
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official uLbdn;u:Lbqm;intermediary field_6307Lnet/minecraft/class_413;field_6307:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/ChestScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
bottom
- Mappings:
Namespace Name Mixin selector official vLbdn;v:Lpn;intermediary field_1372Lnet/minecraft/class_413;field_1372:Lnet/minecraft/class_849;named bottomLnet/minecraft/client/gui/screen/ingame/ChestScreen;bottom:Lnet/minecraft/inventory/Inventory;
-
top
- Mappings:
Namespace Name Mixin selector official wLbdn;w:Lpn;intermediary field_1373Lnet/minecraft/class_413;field_1373:Lnet/minecraft/class_849;named topLnet/minecraft/client/gui/screen/ingame/ChestScreen;top:Lnet/minecraft/inventory/Inventory;
-
rows
private int rows- Mappings:
Namespace Name Mixin selector official xLbdn;x:Iintermediary field_1374Lnet/minecraft/class_413;field_1374:Inamed rowsLnet/minecraft/client/gui/screen/ingame/ChestScreen;rows:I
-
-
Constructor Details
-
ChestScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbdn;<init>(Lpn;Lpn;)Vintermediary <init>Lnet/minecraft/class_413;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/ChestScreen;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;)V
-
-
Method Details
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official bLbdc;b(II)Vintermediary method_4262Lnet/minecraft/class_409;method_4262(II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
-
drawBackground
protected void drawBackground(float delta, int mouseX, int mouseY) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLbdc;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-