Class OverlayRecipeComponent.OverlayRecipeButton
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.screens.recipebook.OverlayRecipeComponent.OverlayRecipeButton
- All Implemented Interfaces:
GuiEventListener
,Renderable
,TabOrderedElement
,LayoutElement
,NarratableEntry
,NarrationSupplier
,PlaceRecipe<Ingredient>
- Direct Known Subclasses:
OverlayRecipeComponent.OverlaySmeltingRecipeButton
- Enclosing class:
- OverlayRecipeComponent
class OverlayRecipeComponent.OverlayRecipeButton
extends AbstractWidget
implements PlaceRecipe<Ingredient>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority
-
Field Summary
Modifier and TypeFieldDescriptionprotected final List<OverlayRecipeComponent.OverlayRecipeButton.Pos>
private final boolean
(package private) final Recipe<?>
Fields inherited from class net.minecraft.client.gui.components.AbstractWidget
ACCESSIBILITY_TEXTURE, active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, WIDGETS_LOCATION, width
Fields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, LIGHT_DIRT_BACKGROUND, STATS_ICON_LOCATION
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorDescriptionOverlayRecipeButton
(int p_100232_, int p_100233_, Recipe<?> p_100234_, boolean p_100235_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addItemToSlot
(Iterator<Ingredient> p_100240_, int p_100241_, int p_100242_, int p_100243_, int p_100244_) protected void
calculateIngredientsPositions
(Recipe<?> p_100236_) void
renderWidget
(PoseStack p_100246_, int p_100247_, int p_100248_, float p_100249_) void
updateWidgetNarration
(NarrationElementOutput p_259646_) Methods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, clicked, createNarrationMessage, createTooltipPositioner, defaultButtonNarrationText, getFGColor, getHeight, getMessage, getRectangle, getTabOrderGroup, getWidth, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, isValidClickButton, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onClick, onDrag, onRelease, playDownSound, render, renderScrollingString, renderScrollingString, renderTexture, setAlpha, setFGColor, setFocused, setHeight, setMessage, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessage
Methods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blit, blitNineSliced, blitNineSliced, blitNineSliced, blitOutlineBlack, blitRepeating, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fill, fillGradient, fillGradient, fillGradient, hLine, renderOutline, vLine
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.GuiEventListener
charTyped, getCurrentFocusPath, keyPressed, keyReleased, mouseMoved, mouseScrolled
Methods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPosition
Methods inherited from interface net.minecraft.recipebook.PlaceRecipe
placeRecipe
-
Field Details
-
recipe
-
isCraftable
private final boolean isCraftable -
ingredientPos
-
-
Constructor Details
-
OverlayRecipeButton
-
-
Method Details
-
calculateIngredientsPositions
-
updateWidgetNarration
- Specified by:
updateWidgetNarration
in classAbstractWidget
-
addItemToSlot
public void addItemToSlot(Iterator<Ingredient> p_100240_, int p_100241_, int p_100242_, int p_100243_, int p_100244_) - Specified by:
addItemToSlot
in interfacePlaceRecipe<Ingredient>
-
renderWidget
- Specified by:
renderWidget
in classAbstractWidget
-