Class FurnaceScreen
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.FurnaceScreen
- Mappings:
Namespace Name official bdwintermediary net/minecraft/class_421named net/minecraft/client/gui/screen/ingame/FurnaceScreen
-
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
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
ConstructorsConstructorDescriptionFurnaceScreen(PlayerInventory playerInventory, FurnaceBlockEntity furnaceBlockEntity) -
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 uLbdw;u:Lbqm;intermediary field_6312Lnet/minecraft/class_421;field_6312:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/FurnaceScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
field_1402
- Mappings:
Namespace Name Mixin selector official vLbdw;v:Lanr;intermediary field_1402Lnet/minecraft/class_421;field_1402:Lnet/minecraft/class_221;named field_1402Lnet/minecraft/client/gui/screen/ingame/FurnaceScreen;field_1402:Lnet/minecraft/block/entity/FurnaceBlockEntity;
-
-
Constructor Details
-
FurnaceScreen
-
-
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
-