Class RecipeBookWidget
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.recipebook.RecipeBookWidget
- All Implemented Interfaces:
Drawable,Element,Narratable,RecipeDisplayListener,Selectable,RecipeGridAligner<Ingredient>
- Direct Known Subclasses:
AbstractFurnaceRecipeBookScreen
@Environment(CLIENT)
public class RecipeBookWidget
extends DrawableHelper
implements Drawable, Element, Selectable, RecipeDisplayListener, RecipeGridAligner<Ingredient>
- Mappings:
Namespace Name official eeuintermediary net/minecraft/class_507named net/minecraft/client/gui/screen/recipebook/RecipeBookWidget
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.client.gui.Selectable
Selectable.SelectionType -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprotected MinecraftClientprotected AbstractRecipeScreenHandler<?>private @Nullable RecipeGroupButtonWidgetstatic final intstatic final intprivate static final intprotected final RecipeBookGhostSlotsprivate intprivate booleanprivate booleanprivate intprivate intprivate ClientRecipeBookprivate final RecipeMatcherprivate final RecipeBookResultsprivate static final Textprivate @Nullable TextFieldWidgetprivate booleanprivate Stringprivate final List<RecipeGroupButtonWidget>protected static final Identifierprivate static final Textprivate static final Textprotected ToggleButtonWidgetFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidacceptAlignedInput(Iterator<Ingredient> inputs, int slot, int amount, int gridX, int gridY) voidappendNarrations(NarrationMessageBuilder builder) booleanchangeFocus(boolean lookForwards) Changes the focusing element by cycling to the next/previous element.booleancharTyped(char chr, int modifiers) Callback for when a character input has been captured.voidclose()voiddrawGhostSlots(MatrixStack matrices, int x, int y, boolean bool, float delta) private voiddrawGhostSlotTooltip(MatrixStack matrices, int x, int y, int mouseX, int mouseY) voiddrawTooltip(MatrixStack matrices, int x, int y, int mouseX, int mouseY) intfindLeftEdge(int width, int backgroundWidth) private Textprotected TextgetType()voidinitialize(int parentWidth, int parentHeight, MinecraftClient client, boolean narrow, AbstractRecipeScreenHandler<?> craftingScreenHandler) booleanisClickOutsideBounds(double mouseX, double mouseY, int x, int y, int backgroundWidth, int backgroundHeight, int button) private booleanbooleanisMouseOver(double mouseX, double mouseY) Checks if the mouse position is within the bound of the element.booleanisOpen()private booleanisWide()booleankeyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.booleankeyReleased(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.booleanmouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.voidonRecipesDisplayed(List<Recipe<?>> recipes) voidrefresh()private voidprivate voidrefreshResults(boolean resetCurrentPage) private voidprivate voidvoidrender(MatrixStack matrices, int mouseX, int mouseY, float delta) voidreset()protected voidprotected voidprotected voidsetOpen(boolean opened) voidshowGhostRecipe(Recipe<?> recipe, List<Slot> slots) voidslotClicked(@Nullable Slot slot) private booleanvoidprivate voidtriggerPirateSpeakEasterEgg(String search) voidupdate()Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredText, drawCenteredText, drawCenteredTextWithShadow, drawHorizontalLine, drawSprite, drawStringWithShadow, drawTexture, drawTexture, drawTexture, drawTexture, drawTextWithShadow, drawVerticalLine, drawWithOutline, drawWithShadow, fill, fillGradient, fillGradient, fillGradient, getZOffset, setZOffsetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.recipe.RecipeGridAligner
alignRecipeToGridMethods inherited from interface net.minecraft.client.gui.Selectable
isNarratable
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official aLeeu;a:Lxf;intermediary field_3097Lnet/minecraft/class_507;field_3097:Lnet/minecraft/class_2960;named TEXTURELnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;TEXTURE:Lnet/minecraft/util/Identifier;
-
SEARCH_HINT_TEXT
- Mappings:
Namespace Name Mixin selector official kLeeu;k:Loy;intermediary field_25711Lnet/minecraft/class_507;field_25711:Lnet/minecraft/class_2561;named SEARCH_HINT_TEXTLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;SEARCH_HINT_TEXT:Lnet/minecraft/text/Text;
-
field_32408
public static final int field_32408- See Also:
- Mappings:
Namespace Name Mixin selector official bLeeu;b:Iintermediary field_32408Lnet/minecraft/class_507;field_32408:Inamed field_32408Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;field_32408:I
-
field_32409
public static final int field_32409- See Also:
- Mappings:
Namespace Name Mixin selector official cLeeu;c:Iintermediary field_32409Lnet/minecraft/class_507;field_32409:Inamed field_32409Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;field_32409:I
-
field_32410
private static final int field_32410- See Also:
- Mappings:
Namespace Name Mixin selector official lLeeu;l:Iintermediary field_32410Lnet/minecraft/class_507;field_32410:Inamed field_32410Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;field_32410:I
-
TOGGLE_CRAFTABLE_RECIPES_TEXT
- Mappings:
Namespace Name Mixin selector official mLeeu;m:Loy;intermediary field_26593Lnet/minecraft/class_507;field_26593:Lnet/minecraft/class_2561;named TOGGLE_CRAFTABLE_RECIPES_TEXTLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;TOGGLE_CRAFTABLE_RECIPES_TEXT:Lnet/minecraft/text/Text;
-
TOGGLE_ALL_RECIPES_TEXT
- Mappings:
Namespace Name Mixin selector official nLeeu;n:Loy;intermediary field_26594Lnet/minecraft/class_507;field_26594:Lnet/minecraft/class_2561;named TOGGLE_ALL_RECIPES_TEXTLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;TOGGLE_ALL_RECIPES_TEXT:Lnet/minecraft/text/Text;
-
leftOffset
private int leftOffset- Mappings:
Namespace Name Mixin selector official oLeeu;o:Iintermediary field_3102Lnet/minecraft/class_507;field_3102:Inamed leftOffsetLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;leftOffset:I
-
parentWidth
private int parentWidth- Mappings:
Namespace Name Mixin selector official pLeeu;p:Iintermediary field_3101Lnet/minecraft/class_507;field_3101:Inamed parentWidthLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;parentWidth:I
-
parentHeight
private int parentHeight- Mappings:
Namespace Name Mixin selector official qLeeu;q:Iintermediary field_3100Lnet/minecraft/class_507;field_3100:Inamed parentHeightLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;parentHeight:I
-
ghostSlots
- Mappings:
Namespace Name Mixin selector official dLeeu;d:Lees;intermediary field_3092Lnet/minecraft/class_507;field_3092:Lnet/minecraft/class_505;named ghostSlotsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;ghostSlots:Lnet/minecraft/client/gui/screen/recipebook/RecipeBookGhostSlots;
-
tabButtons
- Mappings:
Namespace Name Mixin selector official rLeeu;r:Ljava/util/List;intermediary field_3094Lnet/minecraft/class_507;field_3094:Ljava/util/List;named tabButtonsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;tabButtons:Ljava/util/List;
-
currentTab
- Mappings:
Namespace Name Mixin selector official sLeeu;s:Leew;intermediary field_3098Lnet/minecraft/class_507;field_3098:Lnet/minecraft/class_512;named currentTabLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;currentTab:Lnet/minecraft/client/gui/screen/recipebook/RecipeGroupButtonWidget;
-
toggleCraftableButton
- Mappings:
Namespace Name Mixin selector official eLeeu;e:Ldyu;intermediary field_3088Lnet/minecraft/class_507;field_3088:Lnet/minecraft/class_361;named toggleCraftableButtonLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;toggleCraftableButton:Lnet/minecraft/client/gui/widget/ToggleButtonWidget;
-
craftingScreenHandler
- Mappings:
Namespace Name Mixin selector official iLeeu;i:Lbqe;intermediary field_3095Lnet/minecraft/class_507;field_3095:Lnet/minecraft/class_1729;named craftingScreenHandlerLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;craftingScreenHandler:Lnet/minecraft/screen/AbstractRecipeScreenHandler;
-
client
- Mappings:
Namespace Name Mixin selector official jLeeu;j:Ldwr;intermediary field_3091Lnet/minecraft/class_507;field_3091:Lnet/minecraft/class_310;named clientLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;client:Lnet/minecraft/client/MinecraftClient;
-
searchField
- Mappings:
Namespace Name Mixin selector official tLeeu;t:Ldyl;intermediary field_3089Lnet/minecraft/class_507;field_3089:Lnet/minecraft/class_342;named searchFieldLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;searchField:Lnet/minecraft/client/gui/widget/TextFieldWidget;
-
searchText
- Mappings:
Namespace Name Mixin selector official uLeeu;u:Ljava/lang/String;intermediary field_3099Lnet/minecraft/class_507;field_3099:Ljava/lang/String;named searchTextLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;searchText:Ljava/lang/String;
-
recipeBook
- Mappings:
Namespace Name Mixin selector official vLeeu;v:Ldwd;intermediary field_3096Lnet/minecraft/class_507;field_3096:Lnet/minecraft/class_299;named recipeBookLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;recipeBook:Lnet/minecraft/client/recipebook/ClientRecipeBook;
-
recipesArea
- Mappings:
Namespace Name Mixin selector official wLeeu;w:Leev;intermediary field_3086Lnet/minecraft/class_507;field_3086:Lnet/minecraft/class_513;named recipesAreaLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;recipesArea:Lnet/minecraft/client/gui/screen/recipebook/RecipeBookResults;
-
recipeFinder
- Mappings:
Namespace Name Mixin selector official xLeeu;x:Lbmr;intermediary field_3090Lnet/minecraft/class_507;field_3090:Lnet/minecraft/class_1662;named recipeFinderLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;recipeFinder:Lnet/minecraft/recipe/RecipeMatcher;
-
cachedInvChangeCount
private int cachedInvChangeCount- Mappings:
Namespace Name Mixin selector official yLeeu;y:Iintermediary field_3093Lnet/minecraft/class_507;field_3093:Inamed cachedInvChangeCountLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;cachedInvChangeCount:I
-
searching
private boolean searching- Mappings:
Namespace Name Mixin selector official zLeeu;z:Zintermediary field_3087Lnet/minecraft/class_507;field_3087:Znamed searchingLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;searching:Z
-
open
private boolean open- Mappings:
Namespace Name Mixin selector official ALeeu;A:Zintermediary field_33679Lnet/minecraft/class_507;field_33679:Znamed openLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;open:Z
-
narrow
private boolean narrow- Mappings:
Namespace Name Mixin selector official BLeeu;B:Zintermediary field_34001Lnet/minecraft/class_507;field_34001:Znamed narrowLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;narrow:Z
-
-
Constructor Details
-
RecipeBookWidget
public RecipeBookWidget()
-
-
Method Details
-
initialize
public void initialize(int parentWidth, int parentHeight, MinecraftClient client, boolean narrow, AbstractRecipeScreenHandler<?> craftingScreenHandler) - Mappings:
Namespace Name Mixin selector official aLeeu;a(IILdwr;ZLbqe;)Vintermediary method_2597Lnet/minecraft/class_507;method_2597(IILnet/minecraft/class_310;ZLnet/minecraft/class_1729;)Vnamed initializeLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;initialize(IILnet/minecraft/client/MinecraftClient;ZLnet/minecraft/screen/AbstractRecipeScreenHandler;)V
-
reset
public void reset()- Mappings:
Namespace Name Mixin selector official dLeeu;d()Vintermediary method_2579Lnet/minecraft/class_507;method_2579()Vnamed resetLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;reset()V
-
changeFocus
public boolean changeFocus(boolean lookForwards) Changes the focusing element by cycling to the next/previous element. This action is done typically when the user has pressed the 'Tab' or 'Ctrl+Tab' key.- Specified by:
changeFocusin interfaceElement- Parameters:
lookForwards-trueto cycle forwards, otherwise cycle backwards- Returns:
trueto indicate that the event handling is successful/valid- Mappings:
Namespace Name Mixin selector official bLdzb;b(Z)Zintermediary method_25407Lnet/minecraft/class_364;method_25407(Z)Znamed changeFocusLnet/minecraft/client/gui/Element;changeFocus(Z)Z
-
setBookButtonTexture
protected void setBookButtonTexture()- Mappings:
Namespace Name Mixin selector official aLeeu;a()Vintermediary method_2585Lnet/minecraft/class_507;method_2585()Vnamed setBookButtonTextureLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;setBookButtonTexture()V
-
close
public void close()- Mappings:
Namespace Name Mixin selector official eLeeu;e()Vintermediary method_2607Lnet/minecraft/class_507;method_2607()Vnamed closeLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;close()V
-
findLeftEdge
public int findLeftEdge(int width, int backgroundWidth) - Mappings:
Namespace Name Mixin selector official aLeeu;a(II)Iintermediary method_2595Lnet/minecraft/class_507;method_2595(II)Inamed findLeftEdgeLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;findLeftEdge(II)I
-
toggleOpen
public void toggleOpen()- Mappings:
Namespace Name Mixin selector official fLeeu;f()Vintermediary method_2591Lnet/minecraft/class_507;method_2591()Vnamed toggleOpenLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;toggleOpen()V
-
isOpen
public boolean isOpen()- Mappings:
Namespace Name Mixin selector official gLeeu;g()Zintermediary method_2605Lnet/minecraft/class_507;method_2605()Znamed isOpenLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;isOpen()Z
-
isGuiOpen
private boolean isGuiOpen()- Mappings:
Namespace Name Mixin selector official bLeeu;b()Zintermediary method_36485Lnet/minecraft/class_507;method_36485()Znamed isGuiOpenLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;isGuiOpen()Z
-
setOpen
protected void setOpen(boolean opened) - Mappings:
Namespace Name Mixin selector official aLeeu;a(Z)Vintermediary method_2593Lnet/minecraft/class_507;method_2593(Z)Vnamed setOpenLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;setOpen(Z)V
-
slotClicked
- Mappings:
Namespace Name Mixin selector official aLeeu;a(Lbqm;)Vintermediary method_2600Lnet/minecraft/class_507;method_2600(Lnet/minecraft/class_1735;)Vnamed slotClickedLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;slotClicked(Lnet/minecraft/screen/slot/Slot;)V
-
refreshResults
private void refreshResults(boolean resetCurrentPage) - Mappings:
Namespace Name Mixin selector official cLeeu;c(Z)Vintermediary method_2603Lnet/minecraft/class_507;method_2603(Z)Vnamed refreshResultsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;refreshResults(Z)V
-
refreshTabButtons
private void refreshTabButtons()- Mappings:
Namespace Name Mixin selector official mLeeu;m()Vintermediary method_2606Lnet/minecraft/class_507;method_2606()Vnamed refreshTabButtonsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;refreshTabButtons()V
-
update
public void update()- Mappings:
Namespace Name Mixin selector official hLeeu;h()Vintermediary method_2590Lnet/minecraft/class_507;method_2590()Vnamed updateLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;update()V
-
refreshInputs
private void refreshInputs()- Mappings:
Namespace Name Mixin selector official nLeeu;n()Vintermediary method_2587Lnet/minecraft/class_507;method_2587()Vnamed refreshInputsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;refreshInputs()V
-
render
- Specified by:
renderin interfaceDrawable- Mappings:
Namespace Name Mixin selector official aLdyy;a(Ldrm;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)Vnamed renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
-
drawTooltip
- Mappings:
Namespace Name Mixin selector official cLeeu;c(Ldrm;IIII)Vintermediary method_2601Lnet/minecraft/class_507;method_2601(Lnet/minecraft/class_4587;IIII)Vnamed drawTooltipLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;drawTooltip(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
getCraftableButtonText
- Mappings:
Namespace Name Mixin selector official oLeeu;o()Loy;intermediary method_2599Lnet/minecraft/class_507;method_2599()Lnet/minecraft/class_2561;named getCraftableButtonTextLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;getCraftableButtonText()Lnet/minecraft/text/Text;
-
getToggleCraftableButtonText
- Mappings:
Namespace Name Mixin selector official cLeeu;c()Loy;intermediary method_17064Lnet/minecraft/class_507;method_17064()Lnet/minecraft/class_2561;named getToggleCraftableButtonTextLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;getToggleCraftableButtonText()Lnet/minecraft/text/Text;
-
drawGhostSlotTooltip
- Mappings:
Namespace Name Mixin selector official dLeeu;d(Ldrm;IIII)Vintermediary method_2602Lnet/minecraft/class_507;method_2602(Lnet/minecraft/class_4587;IIII)Vnamed drawGhostSlotTooltipLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;drawGhostSlotTooltip(Lnet/minecraft/client/util/math/MatrixStack;IIII)V
-
drawGhostSlots
- Mappings:
Namespace Name Mixin selector official aLeeu;a(Ldrm;IIZF)Vintermediary method_2581Lnet/minecraft/class_507;method_2581(Lnet/minecraft/class_4587;IIZF)Vnamed drawGhostSlotsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;drawGhostSlots(Lnet/minecraft/client/util/math/MatrixStack;IIZF)V
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured. The button number is identified by the constants inGLFWclass.- Specified by:
mouseClickedin interfaceElement- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mousebutton- the mouse button number- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLdzb;a(DDI)Zintermediary method_25402Lnet/minecraft/class_364;method_25402(DDI)Znamed mouseClickedLnet/minecraft/client/gui/Element;mouseClicked(DDI)Z
-
toggleFilteringCraftable
private boolean toggleFilteringCraftable()- Mappings:
Namespace Name Mixin selector official pLeeu;p()Zintermediary method_2589Lnet/minecraft/class_507;method_2589()Znamed toggleFilteringCraftableLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;toggleFilteringCraftable()Z
-
isClickOutsideBounds
public boolean isClickOutsideBounds(double mouseX, double mouseY, int x, int y, int backgroundWidth, int backgroundHeight, int button) - Mappings:
Namespace Name Mixin selector official aLeeu;a(DDIIIII)Zintermediary method_2598Lnet/minecraft/class_507;method_2598(DDIIIII)Znamed isClickOutsideBoundsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;isClickOutsideBounds(DDIIIII)Z
-
keyPressed
public boolean keyPressed(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyPressedin interfaceElement- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLdzb;a(III)Zintermediary method_25404Lnet/minecraft/class_364;method_25404(III)Znamed keyPressedLnet/minecraft/client/gui/Element;keyPressed(III)Z
-
keyReleased
public boolean keyReleased(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
keyReleasedin interfaceElement- Parameters:
keyCode- the named key code of the event as described in theGLFWclassscanCode- the unique/platform-specific scan code of the keyboard inputmodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official bLdzb;b(III)Zintermediary method_16803Lnet/minecraft/class_364;method_16803(III)Znamed keyReleasedLnet/minecraft/client/gui/Element;keyReleased(III)Z
-
charTyped
public boolean charTyped(char chr, int modifiers) Callback for when a character input has been captured. The key code is identified by the constants inGLFWclass.- Specified by:
charTypedin interfaceElement- Parameters:
chr- the captured charactermodifiers- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
trueto indicate that the event handling is successful/valid- See Also:
- Mappings:
Namespace Name Mixin selector official aLdzb;a(CI)Zintermediary method_25400Lnet/minecraft/class_364;method_25400(CI)Znamed charTypedLnet/minecraft/client/gui/Element;charTyped(CI)Z
-
isMouseOver
public boolean isMouseOver(double mouseX, double mouseY) Checks if the mouse position is within the bound of the element.- Specified by:
isMouseOverin interfaceElement- Parameters:
mouseX- the X coordinate of the mousemouseY- the Y coordinate of the mouse- Returns:
trueif the mouse is within the bound of the element, otherwisefalse- Mappings:
Namespace Name Mixin selector official a_Ldzb;a_(DD)Zintermediary method_25405Lnet/minecraft/class_364;method_25405(DD)Znamed isMouseOverLnet/minecraft/client/gui/Element;isMouseOver(DD)Z
-
refreshSearchResults
private void refreshSearchResults()- Mappings:
Namespace Name Mixin selector official qLeeu;q()Vintermediary method_2586Lnet/minecraft/class_507;method_2586()Vnamed refreshSearchResultsLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;refreshSearchResults()V
-
triggerPirateSpeakEasterEgg
- Mappings:
Namespace Name Mixin selector official aLeeu;a(Ljava/lang/String;)Vintermediary method_2576Lnet/minecraft/class_507;method_2576(Ljava/lang/String;)Vnamed triggerPirateSpeakEasterEggLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;triggerPirateSpeakEasterEgg(Ljava/lang/String;)V
-
isWide
private boolean isWide()- Mappings:
Namespace Name Mixin selector official rLeeu;r()Zintermediary method_2604Lnet/minecraft/class_507;method_2604()Znamed isWideLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;isWide()Z
-
refresh
public void refresh()- Mappings:
Namespace Name Mixin selector official jLeeu;j()Vintermediary method_2592Lnet/minecraft/class_507;method_2592()Vnamed refreshLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;refresh()V
-
onRecipesDisplayed
- Specified by:
onRecipesDisplayedin interfaceRecipeDisplayListener- Mappings:
Namespace Name Mixin selector official aLeez;a(Ljava/util/List;)Vintermediary method_2646Lnet/minecraft/class_515;method_2646(Ljava/util/List;)Vnamed onRecipesDisplayedLnet/minecraft/client/gui/screen/recipebook/RecipeDisplayListener;onRecipesDisplayed(Ljava/util/List;)V
-
showGhostRecipe
- Mappings:
Namespace Name Mixin selector official aLeeu;a(Lbvu;Ljava/util/List;)Vintermediary method_2596Lnet/minecraft/class_507;method_2596(Lnet/minecraft/class_1860;Ljava/util/List;)Vnamed showGhostRecipeLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;showGhostRecipe(Lnet/minecraft/recipe/Recipe;Ljava/util/List;)V
-
acceptAlignedInput
public void acceptAlignedInput(Iterator<Ingredient> inputs, int slot, int amount, int gridX, int gridY) - Specified by:
acceptAlignedInputin interfaceRecipeGridAligner<Ingredient>- Mappings:
Namespace Name Mixin selector official aLwv;a(Ljava/util/Iterator;IIII)Vintermediary method_12815Lnet/minecraft/class_2952;method_12815(Ljava/util/Iterator;IIII)Vnamed acceptAlignedInputLnet/minecraft/recipe/RecipeGridAligner;acceptAlignedInput(Ljava/util/Iterator;IIII)V
-
sendBookDataPacket
protected void sendBookDataPacket()- Mappings:
Namespace Name Mixin selector official lLeeu;l()Vintermediary method_2588Lnet/minecraft/class_507;method_2588()Vnamed sendBookDataPacketLnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;sendBookDataPacket()V
-
getType
- Specified by:
getTypein interfaceSelectable- Mappings:
Namespace Name Mixin selector official sLeae;s()Leae$a;intermediary method_37018Lnet/minecraft/class_6379;method_37018()Lnet/minecraft/class_6379$class_6380;named getTypeLnet/minecraft/client/gui/Selectable;getType()Lnet/minecraft/client/gui/Selectable$SelectionType;
-
appendNarrations
- Specified by:
appendNarrationsin interfaceNarratable- Mappings:
Namespace Name Mixin selector official aLeah;a(Leag;)Vintermediary method_37020Lnet/minecraft/class_6383;method_37020(Lnet/minecraft/class_6382;)Vnamed appendNarrationsLnet/minecraft/client/gui/Narratable;appendNarrations(Lnet/minecraft/client/gui/screen/narration/NarrationMessageBuilder;)V
-