Class FurnaceScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.FurnaceScreen
- All Implemented Interfaces:
class_3288,class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official clmintermediary net/minecraft/class_421named net/minecraft/client/gui/screen/ingame/FurnaceScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanfinal class_4172private static final Identifierprivate final Inventoryprivate final PlayerInventoryprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, cursorDragSlots, focusedSlot, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, 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 TypeMethodDescriptionbooleancharTyped(char char2, int int2) protected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) private intgetCookProgress(int int2) private intgetFuelProgress(int int2) voidinit()booleankeyPressed(int int2, int int3, int int4) protected voidmethod_1131(Slot slot, int int2, int int3, ItemAction itemAction) protected booleanmethod_14549(double double2, double double3, int int2, int int3, int int4) voidbooleanmouseClicked(double double2, double double3, int int2) voidremoved()voidrender(int mouseX, int mouseY, float tickDelta) voidtick()Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
method_1134, method_14548, method_18607, method_4261, mouseDragged, mouseReleased, shouldPauseGameMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_18423, method_18605, method_18608, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessageMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
keyReleased, mouseScrolled
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official xLclm;x:Lpc;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_20405
- Mappings:
Namespace Name Mixin selector official yLclm;y:Lpc;intermediary field_20405Lnet/minecraft/class_421;field_20405:Lnet/minecraft/class_1653;named field_20405Lnet/minecraft/client/gui/screen/ingame/FurnaceScreen;field_20405:Lnet/minecraft/util/Identifier;
-
playerInventory
- Mappings:
Namespace Name Mixin selector official zLclm;z:Laof;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 ALclm;A:Lade;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;
-
field_20404
- Mappings:
Namespace Name Mixin selector official wLclm;w:Lcmn;intermediary field_20404Lnet/minecraft/class_421;field_20404:Lnet/minecraft/class_4172;named field_20404Lnet/minecraft/client/gui/screen/ingame/FurnaceScreen;field_20404:Lnet/minecraft/class_4172;
-
field_20403
private boolean field_20403- Mappings:
Namespace Name Mixin selector official BLclm;B:Zintermediary field_20403Lnet/minecraft/class_421;field_20403:Znamed field_20403Lnet/minecraft/client/gui/screen/ingame/FurnaceScreen;field_20403:Z
-
-
Constructor Details
-
FurnaceScreen
- Mappings:
Namespace Name Mixin selector official <init>Lclm;<init>(Laof;Lade;)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
-
init
public void init()- Overrides:
initin classHandledScreen- Mappings:
Namespace Name Mixin selector official cLckd;c()Vintermediary method_1044Lnet/minecraft/class_388;method_1044()Vnamed initLnet/minecraft/client/gui/screen/Screen;init()V
-
tick
public void tick()- Overrides:
tickin classHandledScreen- Mappings:
Namespace Name Mixin selector official fLckd;f()Vintermediary method_1033Lnet/minecraft/class_388;method_1033()Vnamed tickLnet/minecraft/client/gui/screen/Screen;tick()V
-
render
public void render(int mouseX, int mouseY, float tickDelta) - Overrides:
renderin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLckd;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 cLcky;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 aLcky;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-
mouseClicked
public boolean mouseClicked(double double2, double double3, int int2) - Specified by:
mouseClickedin interfaceclass_4122- Specified by:
mouseClickedin interfaceclass_4123- Overrides:
mouseClickedin classHandledScreen- Mappings:
Namespace Name Mixin selector official mouseClickedLchr;mouseClicked(DDI)Zintermediary mouseClickedLnet/minecraft/class_4122;mouseClicked(DDI)Znamed mouseClickedLnet/minecraft/class_4122;mouseClicked(DDI)Z
-
method_1131
- Overrides:
method_1131in classHandledScreen- Mappings:
Namespace Name Mixin selector official aLcky;a(Laqx;IILaqa;)Vintermediary method_1131Lnet/minecraft/class_409;method_1131(Lnet/minecraft/class_1026;IILnet/minecraft/class_2679;)Vnamed method_1131Lnet/minecraft/client/gui/screen/ingame/HandledScreen;method_1131(Lnet/minecraft/inventory/slot/Slot;IILnet/minecraft/util/ItemAction;)V
-
keyPressed
public boolean keyPressed(int int2, int int3, int int4) - Specified by:
keyPressedin interfaceclass_4122- Specified by:
keyPressedin interfaceclass_4123- Overrides:
keyPressedin classHandledScreen- Mappings:
Namespace Name Mixin selector official keyPressedLchr;keyPressed(III)Zintermediary keyPressedLnet/minecraft/class_4122;keyPressed(III)Znamed keyPressedLnet/minecraft/class_4122;keyPressed(III)Z
-
method_14549
protected boolean method_14549(double double2, double double3, int int2, int int3, int int4) - Overrides:
method_14549in classHandledScreen- Mappings:
Namespace Name Mixin selector official aLcky;a(DDIII)Zintermediary method_14549Lnet/minecraft/class_409;method_14549(DDIII)Znamed method_14549Lnet/minecraft/client/gui/screen/ingame/HandledScreen;method_14549(DDIII)Z
-
charTyped
public boolean charTyped(char char2, int int2) - Specified by:
charTypedin interfaceclass_4122- Specified by:
charTypedin interfaceclass_4123- Mappings:
Namespace Name Mixin selector official charTypedLchr;charTyped(CI)Zintermediary charTypedLnet/minecraft/class_4122;charTyped(CI)Znamed charTypedLnet/minecraft/class_4122;charTyped(CI)Z
-
method_14637
public void method_14637()- Specified by:
method_14637in interfaceclass_3288- Mappings:
Namespace Name Mixin selector official ai_Lcmm;ai_()Vintermediary method_14637Lnet/minecraft/class_3288;method_14637()Vnamed method_14637Lnet/minecraft/class_3288;method_14637()V
-
method_14638
- Specified by:
method_14638in interfaceclass_3288- Mappings:
Namespace Name Mixin selector official iLcmm;i()Lcmg;intermediary method_14638Lnet/minecraft/class_3288;method_14638()Lnet/minecraft/class_3282;named method_14638Lnet/minecraft/class_3288;method_14638()Lnet/minecraft/class_3282;
-
removed
public void removed()- Overrides:
removedin classHandledScreen- Mappings:
Namespace Name Mixin selector official nLckd;n()Vintermediary method_1030Lnet/minecraft/class_388;method_1030()Vnamed removedLnet/minecraft/client/gui/screen/Screen;removed()V
-
getCookProgress
private int getCookProgress(int int2) - Mappings:
Namespace Name Mixin selector official bLclm;b(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 hLclm;h(I)Iintermediary method_9605Lnet/minecraft/class_421;method_9605(I)Inamed getFuelProgressLnet/minecraft/client/gui/screen/ingame/FurnaceScreen;getFuelProgress(I)I
-