Class HopperScreen
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.HopperScreen
- Mappings:
Namespace Name official bdxintermediary net/minecraft/class_1479named net/minecraft/client/gui/screen/ingame/HopperScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Inventoryprivate Inventoryprivate static final IdentifierFields 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 uLbdx;u:Lbqm;intermediary field_6313Lnet/minecraft/class_1479;field_6313:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/HopperScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
playerInventory
- Mappings:
Namespace Name Mixin selector official vLbdx;v:Lpn;intermediary field_5729Lnet/minecraft/class_1479;field_5729:Lnet/minecraft/class_849;named playerInventoryLnet/minecraft/client/gui/screen/ingame/HopperScreen;playerInventory:Lnet/minecraft/inventory/Inventory;
-
hopperInventory
- Mappings:
Namespace Name Mixin selector official wLbdx;w:Lpn;intermediary field_5730Lnet/minecraft/class_1479;field_5730:Lnet/minecraft/class_849;named hopperInventoryLnet/minecraft/client/gui/screen/ingame/HopperScreen;hopperInventory:Lnet/minecraft/inventory/Inventory;
-
-
Constructor Details
-
HopperScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbdx;<init>(Lxi;Lpn;)Vintermediary <init>Lnet/minecraft/class_1479;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/HopperScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;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
-