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
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bmuintermediary net/minecraft/class_421named net/minecraft/client/gui/screen/ingame/FurnaceScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Inventoryprivate final PlayerInventoryprivate 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
buttons, client, height, itemRenderer, labels, passEvents, prevClickedButton, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) private intgetCookProgress(int int2) private intgetFuelProgress(int int2) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, init, isPointWithinBounds, keyPressed, method_1131, method_14548, method_14549, mouseClicked, mouseDragged, mouseReleased, removed, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_14503, method_14504, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBoundsMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official vLbmu;v:Lnf;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;
-
playerInventory
- Mappings:
Namespace Name Mixin selector official wLbmu;w:Laec;intermediary field_10484Lnet/minecraft/class_421;field_10484:Lnet/minecraft/class_987;named playerInventoryLnet/minecraft/client/gui/screen/ingame/FurnaceScreen;playerInventory:Lnet/minecraft/entity/player/PlayerInventory;
-
furnaceInventory
- Mappings:
Namespace Name Mixin selector official xLbmu;x:Ltv;intermediary field_10485Lnet/minecraft/class_421;field_10485:Lnet/minecraft/class_849;named furnaceInventoryLnet/minecraft/client/gui/screen/ingame/FurnaceScreen;furnaceInventory:Lnet/minecraft/inventory/Inventory;
-
-
Constructor Details
-
FurnaceScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbmu;<init>(Laec;Ltv;)Vintermediary <init>Lnet/minecraft/class_421;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/FurnaceScreen;<init>(Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/inventory/Inventory;)V
-
-
Method Details
-
render
public void render(int mouseX, int mouseY, float tickDelta) - Overrides:
renderin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLblk;a(IIF)Vintermediary method_1025Lnet/minecraft/class_388;method_1025(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official cLbmg;c(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 aLbmg;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-
getCookProgress
private int getCookProgress(int int2) - Mappings:
Namespace Name Mixin selector official hLbmu;h(I)Iintermediary method_9604Lnet/minecraft/class_421;method_9604(I)Inamed getCookProgressLnet/minecraft/client/gui/screen/ingame/FurnaceScreen;getCookProgress(I)I
-
getFuelProgress
private int getFuelProgress(int int2) - Mappings:
Namespace Name Mixin selector official iLbmu;i(I)Iintermediary method_9605Lnet/minecraft/class_421;method_9605(I)Inamed getFuelProgressLnet/minecraft/client/gui/screen/ingame/FurnaceScreen;getFuelProgress(I)I
-