Class SmithingScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<SmithingMenu>
net.minecraft.client.gui.screens.inventory.ItemCombinerScreen<SmithingMenu>
net.minecraft.client.gui.screens.inventory.SmithingScreen
- All Implemented Interfaces:
ContainerEventHandler
,GuiEventListener
,Renderable
,TabOrderedElement
,MenuAccess<SmithingMenu>
,ContainerListener
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final CyclingSlotBackground
private static final org.joml.Quaternionf
private static final int
private static final int
private static final int
private static final org.joml.Vector3f
private static final int
private static final int
private ArmorStand
private final CyclingSlotBackground
private static final ResourceLocation
private static final ResourceLocation
private static final List
<ResourceLocation> private static final int
private static final int
private static final int
private static final int
private static final ResourceLocation
private static final Component
private static final Component
private final CyclingSlotBackground
private static final int
private static final int
private static final int
Fields inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
hoveredSlot, imageHeight, imageWidth, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, playerInventoryTitle, quickCraftSlots, SLOT_ITEM_BLIT_OFFSET, slotColor, titleLabelX, titleLabelY, topPos
Fields inherited from class net.minecraft.client.gui.screens.Screen
CUBE_MAP, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, PANORAMA, renderables, screenExecutor, title, width
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorsConstructorDescriptionSmithingScreen
(SmithingMenu pMenu, Inventory pPlayerInventory, Component pTitle) -
Method Summary
Modifier and TypeMethodDescriptionvoid
private Optional
<SmithingTemplateItem> private boolean
void
render
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) Renders the graphical user interface (GUI) element.protected void
renderBg
(GuiGraphics pGuiGraphics, float pPartialTick, int pMouseX, int pMouseY) protected void
renderErrorIcon
(GuiGraphics pGuiGraphics, int pX, int pY) private void
renderOnboardingTooltips
(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY) void
slotChanged
(AbstractContainerMenu pContainerToSend, int pSlotInd, ItemStack pStack) Sends the contents of an inventory slot to the client-side Container.protected void
subInit()
private void
updateArmorStandPreview
(ItemStack pStack) Methods inherited from class net.minecraft.client.gui.screens.inventory.ItemCombinerScreen
dataChanged, init, removed, renderFg
Methods inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
checkHotbarKeyPressed, clearDraggingState, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getTooltipFromContainerItem, getXSize, getYSize, handleSlotStateChanged, hasClickedOutside, isHovering, isPauseScreen, keyPressed, mouseClicked, mouseDragged, mouseReleased, onClose, renderBackground, renderLabels, renderSlot, renderSlotContents, renderSlotHighlight, renderSlotHighlight, renderSlotHighlight, renderTooltip, slotClicked, tick
Methods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, changeFocus, children, clearFocus, clearTooltipForNextRenderPass, clearWidgets, findNarratableWidget, getBackgroundMusic, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, rebuildWidgets, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltip, repositionElements, resize, setInitialFocus, setInitialFocus, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, shouldNarrateNavigation, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatus, wrapScreenError
Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocused
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, mouseScrolled, nextFocusPath, setFocused
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
Methods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
ERROR_SPRITE
-
EMPTY_SLOT_SMITHING_TEMPLATE_ARMOR_TRIM
-
EMPTY_SLOT_SMITHING_TEMPLATE_NETHERITE_UPGRADE
-
MISSING_TEMPLATE_TOOLTIP
-
ERROR_TOOLTIP
-
EMPTY_SLOT_SMITHING_TEMPLATES
-
TITLE_LABEL_X
private static final int TITLE_LABEL_X- See Also:
-
TITLE_LABEL_Y
private static final int TITLE_LABEL_Y- See Also:
-
ERROR_ICON_WIDTH
private static final int ERROR_ICON_WIDTH- See Also:
-
ERROR_ICON_HEIGHT
private static final int ERROR_ICON_HEIGHT- See Also:
-
ERROR_ICON_X
private static final int ERROR_ICON_X- See Also:
-
ERROR_ICON_Y
private static final int ERROR_ICON_Y- See Also:
-
TOOLTIP_WIDTH
private static final int TOOLTIP_WIDTH- See Also:
-
ARMOR_STAND_Y_ROT
private static final int ARMOR_STAND_Y_ROT- See Also:
-
ARMOR_STAND_X_ROT
private static final int ARMOR_STAND_X_ROT- See Also:
-
ARMOR_STAND_TRANSLATION
private static final org.joml.Vector3f ARMOR_STAND_TRANSLATION -
ARMOR_STAND_ANGLE
private static final org.joml.Quaternionf ARMOR_STAND_ANGLE -
ARMOR_STAND_SCALE
private static final int ARMOR_STAND_SCALE- See Also:
-
ARMOR_STAND_OFFSET_Y
private static final int ARMOR_STAND_OFFSET_Y- See Also:
-
ARMOR_STAND_OFFSET_X
private static final int ARMOR_STAND_OFFSET_X- See Also:
-
templateIcon
-
baseIcon
-
additionalIcon
-
armorStandPreview
-
-
Constructor Details
-
SmithingScreen
-
-
Method Details
-
subInit
protected void subInit()- Overrides:
subInit
in classItemCombinerScreen<SmithingMenu>
-
containerTick
public void containerTick()- Overrides:
containerTick
in classAbstractContainerScreen<SmithingMenu>
-
getTemplateItem
-
render
Renders the graphical user interface (GUI) element.- Specified by:
render
in interfaceRenderable
- Overrides:
render
in classItemCombinerScreen<SmithingMenu>
- Parameters:
pGuiGraphics
- the GuiGraphics object used for rendering.pMouseX
- the x-coordinate of the mouse cursor.pMouseY
- the y-coordinate of the mouse cursor.pPartialTick
- the partial tick time.
-
renderBg
- Overrides:
renderBg
in classItemCombinerScreen<SmithingMenu>
-
slotChanged
Sends the contents of an inventory slot to the client-side Container. This doesn't have to match the actual contents of that slot.- Specified by:
slotChanged
in interfaceContainerListener
- Overrides:
slotChanged
in classItemCombinerScreen<SmithingMenu>
-
updateArmorStandPreview
-
renderErrorIcon
- Specified by:
renderErrorIcon
in classItemCombinerScreen<SmithingMenu>
-
renderOnboardingTooltips
-
hasRecipeError
private boolean hasRecipeError()
-