Class BrewingStandScreen
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.BrewingStandScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
@Environment(CLIENT) public class BrewingStandScreen extends HandledScreen
- Mappings:
Namespace Name official aypintermediary net/minecraft/class_790named net/minecraft/client/gui/screen/ingame/BrewingStandScreen
-
Field Summary
Fields Modifier and Type Field Description private InventorybrewingInventoryprivate PlayerInventoryinventoryprivate static IdentifierTEXTUREFields 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, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
BACKGROUND_TEXTURE, GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors Constructor Description BrewingStandScreen(PlayerInventory inventory, Inventory brewingInventory) -
Method Summary
Modifier and Type Method Description protected voiddrawBackground(float delta, int mouseX, int mouseY)protected voiddrawForeground(int mouseX, int mouseY)Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
init, keyPressed, method_2903, method_2905, method_2908, mouseClicked, mouseDragged, mouseReleased, removed, render, 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, 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 uLayp;u:Ljy;intermediary field_3445Lnet/minecraft/class_790;field_3445:Lnet/minecraft/class_1605;named TEXTURELnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
inventory
- Mappings:
Namespace Name Mixin selector official vLayp;v:Lwm;intermediary field_3446Lnet/minecraft/class_790;field_3446:Lnet/minecraft/class_1962;named inventoryLnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;inventory:Lnet/minecraft/entity/player/PlayerInventory;
-
brewingInventory
- Mappings:
Namespace Name Mixin selector official wLayp;w:Log;intermediary field_3447Lnet/minecraft/class_790;field_3447:Lnet/minecraft/class_1718;named brewingInventoryLnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;brewingInventory:Lnet/minecraft/inventory/Inventory;
-
-
Constructor Details
-
BrewingStandScreen
- Mappings:
Namespace Name Mixin selector official <init>Layp;<init>(Lwm;Log;)Vintermediary <init>Lnet/minecraft/class_790;<init>(Lnet/minecraft/class_1962;Lnet/minecraft/class_1718;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;<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 bLayl;b(II)Vintermediary method_2906Lnet/minecraft/class_781;method_2906(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 aLayl;a(FII)Vintermediary method_2900Lnet/minecraft/class_781;method_2900(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-