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
- Mappings:
Namespace Name official bfvintermediary net/minecraft/class_412named net/minecraft/client/gui/screen/ingame/BrewingStandScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Inventoryprivate static final int[]private 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, 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) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, init, isPointWithinBounds, keyPressed, method_1131, 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 uLbfv;u:Lkl;intermediary field_6306Lnet/minecraft/class_412;field_6306:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
field_13330
private static final int[] field_13330- Mappings:
Namespace Name Mixin selector official vLbfv;v:[Iintermediary field_13330Lnet/minecraft/class_412;field_13330:[Inamed field_13330Lnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;field_13330:[I
-
inventory
- Mappings:
Namespace Name Mixin selector official wLbfv;w:Lzi;intermediary field_10476Lnet/minecraft/class_412;field_10476:Lnet/minecraft/class_987;named inventoryLnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;inventory:Lnet/minecraft/entity/player/PlayerInventory;
-
brewingInventory
- Mappings:
Namespace Name Mixin selector official xLbfv;x:Lqg;intermediary field_10477Lnet/minecraft/class_412;field_10477:Lnet/minecraft/class_849;named brewingInventoryLnet/minecraft/client/gui/screen/ingame/BrewingStandScreen;brewingInventory:Lnet/minecraft/inventory/Inventory;
-
-
Constructor Details
-
BrewingStandScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbfv;<init>(Lzi;Lqg;)Vintermediary <init>Lnet/minecraft/class_412;<init>(Lnet/minecraft/class_987;Lnet/minecraft/class_849;)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 bLbfr;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 aLbfr;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-