Class RecipeBookScreen<T extends AbstractRecipeScreenHandler>
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<T>
net.minecraft.client.gui.screen.ingame.RecipeBookScreen<T>
- All Implemented Interfaces:
- Drawable,- Element,- Navigable,- ParentElement,- ScreenHandlerProvider<T>,- RecipeBookProvider
- Direct Known Subclasses:
- AbstractFurnaceScreen,- CraftingScreen,- InventoryScreen
@Environment(CLIENT)
public abstract class RecipeBookScreen<T extends AbstractRecipeScreenHandler>
extends HandledScreen<T>
implements RecipeBookProvider
- Mappings:
- Namespace - Name - named - net/minecraft/client/gui/screen/ingame/RecipeBookScreen- intermediary - net/minecraft/class_10260- official - fvd
- 
Nested Class SummaryNested classes/interfaces inherited from class net.minecraft.client.gui.screen.ScreenScreen.SelectedElementNarrationData
- 
Field SummaryFieldsFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreenBACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, field_52802, field_52803, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, yFields inherited from class net.minecraft.client.gui.screen.Screenclient, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionRecipeBookScreen(T handler, RecipeBookWidget<?> recipeBook, PlayerInventory inventory, Text title) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate voidbooleancharTyped(char chr, int modifiers) Callback for when a character input has been captured.protected voiddrawSlots(DrawContext context) protected abstract ScreenPosvoidprotected voidinit()Called when a screen should be initialized.protected booleanisClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button) protected booleanisPointWithinBounds(int x, int y, int width, int height, double pointX, double pointY) booleankeyPressed(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.voidonCraftFailed(RecipeDisplay display) protected voidonMouseClick(Slot slot, int slotId, int button, SlotActionType actionType) protected voidvoidvoidrender(DrawContext context, int mouseX, int mouseY, float delta) protected booleanMethods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreenaddTooltipSubmenuHandler, close, drawBackground, drawForeground, drawMouseoverTooltip, drawSlot, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, mouseDragged, mouseReleased, mouseScrolled, onMouseClick, onSlotChangedState, removed, renderBackground, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.ScreenaddCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, onFilesDropped, refreshNarrator, refreshWidgetPositions, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElementgetFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementgetBorder, mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElementgetFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, setFocused
- 
Field Details- 
recipeBook- Mappings:
- Namespace - Name - Mixin selector - named - recipeBook- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;recipeBook:Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;- intermediary - field_54474- Lnet/minecraft/class_10260;field_54474:Lnet/minecraft/class_507;- official - G- Lfvd;G:Lfyj;
 
- 
narrowprivate boolean narrow- Mappings:
- Namespace - Name - Mixin selector - named - narrow- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;narrow:Z- intermediary - field_54475- Lnet/minecraft/class_10260;field_54475:Z- official - H- Lfvd;H:Z
 
 
- 
- 
Constructor Details- 
RecipeBookScreenpublic RecipeBookScreen(T handler, RecipeBookWidget<?> recipeBook, PlayerInventory inventory, Text title) - Mappings:
- Namespace - Name - Mixin selector - named - <init>- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;<init>(Lnet/minecraft/screen/AbstractRecipeScreenHandler;Lnet/minecraft/client/gui/screen/recipebook/RecipeBookWidget;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/text/Text;)V- intermediary - <init>- Lnet/minecraft/class_10260;<init>(Lnet/minecraft/class_1729;Lnet/minecraft/class_507;Lnet/minecraft/class_1661;Lnet/minecraft/class_2561;)V- official - <init>- Lfvd;<init>(Lcts;Lfyj;Lcox;Lwp;)V
 
 
- 
- 
Method Details- 
initprotected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized. - Overrides:
- initin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - init- Lnet/minecraft/client/gui/screen/Screen;init()V- intermediary - method_25426- Lnet/minecraft/class_437;method_25426()V- official - aR_- Lfum;aR_()V
 
- 
getRecipeBookButtonPos- Mappings:
- Namespace - Name - Mixin selector - named - getRecipeBookButtonPos- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;getRecipeBookButtonPos()Lnet/minecraft/client/gui/ScreenPos;- intermediary - method_64509- Lnet/minecraft/class_10260;method_64509()Lnet/minecraft/class_8029;- official - G- Lfvd;G()Lfta;
 
- 
addRecipeBookprivate void addRecipeBook()- Mappings:
- Namespace - Name - Mixin selector - named - addRecipeBook- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;addRecipeBook()V- intermediary - method_64512- Lnet/minecraft/class_10260;method_64512()V- official - M- Lfvd;M()V
 
- 
onRecipeBookToggledprotected void onRecipeBookToggled()- Mappings:
- Namespace - Name - Mixin selector - named - onRecipeBookToggled- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;onRecipeBookToggled()V- intermediary - method_64510- Lnet/minecraft/class_10260;method_64510()V- official - H- Lfvd;H()V
 
- 
render- Specified by:
- renderin interface- Drawable
- Overrides:
- renderin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - render- Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V- intermediary - method_25394- Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V- official - a- Lfpx;a(Lfof;IIF)V
 
- 
drawSlots- Overrides:
- drawSlotsin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - drawSlots- Lnet/minecraft/client/gui/screen/ingame/HandledScreen;drawSlots(Lnet/minecraft/client/gui/DrawContext;)V- intermediary - method_64508- Lnet/minecraft/class_465;method_64508(Lnet/minecraft/class_332;)V- official - c- Lfvb;c(Lfof;)V
 
- 
shouldAddPaddingToGhostResultprotected boolean shouldAddPaddingToGhostResult()- Mappings:
- Namespace - Name - Mixin selector - named - shouldAddPaddingToGhostResult- Lnet/minecraft/client/gui/screen/ingame/RecipeBookScreen;shouldAddPaddingToGhostResult()Z- intermediary - method_64511- Lnet/minecraft/class_10260;method_64511()Z- official - I- Lfvd;I()Z
 
- 
charTypedpublic 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 interface- Element
- Specified by:
- charTypedin interface- ParentElement
- Parameters:
- chr- the captured character
- modifiers- 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 - named - charTyped- Lnet/minecraft/client/gui/Element;charTyped(CI)Z- intermediary - method_25400- Lnet/minecraft/class_364;method_25400(CI)Z- official - a- Lfqr;a(CI)Z
 
- 
keyPressedpublic 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 interface- Element
- Specified by:
- keyPressedin interface- ParentElement
- Overrides:
- keyPressedin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Parameters:
- keyCode- the named key code of the event as described in the- GLFWclass
- scanCode- the unique/platform-specific scan code of the keyboard input
- modifiers- 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 - named - keyPressed- Lnet/minecraft/client/gui/Element;keyPressed(III)Z- intermediary - method_25404- Lnet/minecraft/class_364;method_25404(III)Z- official - a- Lfqr;a(III)Z
 
- 
mouseClickedpublic 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 interface- Element
- Specified by:
- mouseClickedin interface- ParentElement
- Overrides:
- mouseClickedin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Parameters:
- mouseX- the X coordinate of the mouse
- mouseY- the Y coordinate of the mouse
- button- the mouse button number
- Returns:
- trueto indicate that the event handling is successful/valid
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - mouseClicked- Lnet/minecraft/client/gui/Element;mouseClicked(DDI)Z- intermediary - method_25402- Lnet/minecraft/class_364;method_25402(DDI)Z- official - a- Lfqr;a(DDI)Z
 
- 
isPointWithinBoundsprotected boolean isPointWithinBounds(int x, int y, int width, int height, double pointX, double pointY) - Overrides:
- isPointWithinBoundsin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - isPointWithinBounds- Lnet/minecraft/client/gui/screen/ingame/HandledScreen;isPointWithinBounds(IIIIDD)Z- intermediary - method_2378- Lnet/minecraft/class_465;method_2378(IIIIDD)Z- official - a- Lfvb;a(IIIIDD)Z
 
- 
isClickOutsideBoundsprotected boolean isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button) - Overrides:
- isClickOutsideBoundsin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - isClickOutsideBounds- Lnet/minecraft/client/gui/screen/ingame/HandledScreen;isClickOutsideBounds(DDIII)Z- intermediary - method_2381- Lnet/minecraft/class_465;method_2381(DDIII)Z- official - a- Lfvb;a(DDIII)Z
 
- 
onMouseClick- Overrides:
- onMouseClickin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - onMouseClick- Lnet/minecraft/client/gui/screen/ingame/HandledScreen;onMouseClick(Lnet/minecraft/screen/slot/Slot;IILnet/minecraft/screen/slot/SlotActionType;)V- intermediary - method_2383- Lnet/minecraft/class_465;method_2383(Lnet/minecraft/class_1735;IILnet/minecraft/class_1713;)V- official - a- Lfvb;a(Lcua;IILcso;)V
 
- 
handledScreenTickpublic void handledScreenTick()- Overrides:
- handledScreenTickin class- HandledScreen<T extends AbstractRecipeScreenHandler>
- Mappings:
- Namespace - Name - Mixin selector - named - handledScreenTick- Lnet/minecraft/client/gui/screen/ingame/HandledScreen;handledScreenTick()V- intermediary - method_37432- Lnet/minecraft/class_465;method_37432()V- official - E- Lfvb;E()V
 
- 
refreshRecipeBookpublic void refreshRecipeBook()- Specified by:
- refreshRecipeBookin interface- RecipeBookProvider
- Mappings:
- Namespace - Name - Mixin selector - named - refreshRecipeBook- Lnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;refreshRecipeBook()V- intermediary - method_16891- Lnet/minecraft/class_518;method_16891()V- official - L- Lfyo;L()V
 
- 
onCraftFailed- Specified by:
- onCraftFailedin interface- RecipeBookProvider
- Mappings:
- Namespace - Name - Mixin selector - named - onCraftFailed- Lnet/minecraft/client/gui/screen/recipebook/RecipeBookProvider;onCraftFailed(Lnet/minecraft/recipe/display/RecipeDisplay;)V- intermediary - method_64862- Lnet/minecraft/class_518;method_64862(Lnet/minecraft/class_10295;)V- official - a- Lfyo;a(Ldck;)V
 
 
-