Class RecipeButton
java.lang.Object
net.minecraft.client.gui.components.AbstractWidget
net.minecraft.client.gui.screens.recipebook.RecipeButton
- All Implemented Interfaces:
GuiEventListener,Renderable,TabOrderedElement,LayoutElement,NarratableEntry,NarrationSupplier,IAbstractWidgetExtension
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static final recordNested classes/interfaces inherited from interface net.minecraft.client.gui.narration.NarratableEntry
NarratableEntry.NarrationPriority -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate booleanprivate static final floatprivate floatprivate static final intprivate RecipeCollectionprivate static final Componentprivate List<RecipeButton.ResolvedEntry> private static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate final SlotSelectTimeFields inherited from class net.minecraft.client.gui.components.AbstractWidget
active, alpha, height, isHovered, packedFGColor, UNSET_FG_COLOR, visible, widthFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static booleangetTooltipText(ItemStack pStack) intgetWidth()private booleanvoidinit(RecipeCollection pCollection, boolean pIsFiltering, RecipeBookPage pPage, ContextMap pContextMap) booleanprotected booleanisValidClickButton(int pButton) voidrenderWidget(GuiGraphics pGuiGraphics, int pMouseX, int pMouseY, float pPartialTick) voidupdateWidgetNarration(NarrationElementOutput pNarrationElementOutput) Methods inherited from class net.minecraft.client.gui.components.AbstractWidget
clearFGColor, createNarrationMessage, defaultButtonNarrationText, getBottom, getFGColor, getHeight, getMessage, getRectangle, getRight, getTabOrderGroup, getX, getY, isActive, isFocused, isHovered, isHoveredOrFocused, isMouseOver, mouseClicked, mouseDragged, mouseReleased, narrationPriority, nextFocusPath, onClick, onDrag, onRelease, playButtonClickSound, playDownSound, render, renderScrollingString, renderScrollingString, renderScrollingString, setAlpha, setFGColor, setFocused, setHeight, setMessage, setRectangle, setSize, setTabOrderGroup, setTooltip, setTooltipDelay, setWidth, setX, setY, updateNarration, visitWidgets, wrapDefaultNarrationMessageMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getBorderForArrowNavigation, getCurrentFocusPath, keyPressed, keyReleased, mouseMoved, mouseScrolledMethods inherited from interface net.neoforged.neoforge.client.extensions.IAbstractWidgetExtension
onClickMethods inherited from interface net.minecraft.client.gui.layouts.LayoutElement
setPositionMethods inherited from interface net.minecraft.client.gui.narration.NarratableEntry
getNarratables
-
Field Details
-
SLOT_MANY_CRAFTABLE_SPRITE
-
SLOT_CRAFTABLE_SPRITE
-
SLOT_MANY_UNCRAFTABLE_SPRITE
-
SLOT_UNCRAFTABLE_SPRITE
-
ANIMATION_TIME
private static final float ANIMATION_TIME- See Also:
-
BACKGROUND_SIZE
private static final int BACKGROUND_SIZE- See Also:
-
MORE_RECIPES_TOOLTIP
-
collection
-
selectedEntries
-
allRecipesHaveSameResultDisplay
private boolean allRecipesHaveSameResultDisplay -
slotSelectTime
-
animationTime
private float animationTime
-
-
Constructor Details
-
RecipeButton
-
-
Method Details
-
init
public void init(RecipeCollection pCollection, boolean pIsFiltering, RecipeBookPage pPage, ContextMap pContextMap) -
allRecipesHaveSameResultDisplay
-
getCollection
-
renderWidget
- Specified by:
renderWidgetin classAbstractWidget
-
hasMultipleRecipes
private boolean hasMultipleRecipes() -
isOnlyOption
public boolean isOnlyOption() -
getCurrentRecipe
-
getDisplayStack
-
getTooltipText
-
updateWidgetNarration
- Specified by:
updateWidgetNarrationin classAbstractWidget
-
getWidth
public int getWidth()- Specified by:
getWidthin interfaceLayoutElement- Overrides:
getWidthin classAbstractWidget
-
isValidClickButton
protected boolean isValidClickButton(int pButton) - Overrides:
isValidClickButtonin classAbstractWidget
-