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 fuo
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData
-
Field Summary
Fields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, field_52802, field_52803, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, y
Fields inherited from class net.minecraft.client.gui.screen.Screen
client, 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, width
Fields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL
-
Constructor Summary
ConstructorDescriptionRecipeBookScreen
(T handler, RecipeBookWidget<?> recipeBook, PlayerInventory inventory, Text title) -
Method Summary
Modifier and TypeMethodDescriptionprivate void
boolean
charTyped
(char chr, int modifiers) Callback for when a character input has been captured.protected void
drawSlots
(DrawContext context) protected abstract ScreenPos
void
protected void
init()
Called when a screen should be initialized.protected boolean
isClickOutsideBounds
(double mouseX, double mouseY, int left, int top, int button) protected boolean
isPointWithinBounds
(int x, int y, int width, int height, double pointX, double pointY) boolean
keyPressed
(int keyCode, int scanCode, int modifiers) Callback for when a key down event has been captured.boolean
mouseClicked
(double mouseX, double mouseY, int button) Callback for when a mouse button down event has been captured.void
onCraftFailed
(RecipeDisplay display) protected void
onMouseClick
(Slot slot, int slotId, int button, SlotActionType actionType) protected void
void
void
render
(DrawContext context, int mouseX, int mouseY, float delta) protected boolean
Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
addTooltipSubmenuHandler, close, drawBackground, drawForeground, drawMouseoverTooltip, drawSlot, endTouchDrag, getScreenHandler, getTooltipFromItem, handleHotbarKeyPressed, mouseDragged, mouseReleased, mouseScrolled, onMouseClick, onSlotChangedState, removed, renderBackground, shouldPause, tick
Methods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, refreshWidgetPositions, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, switchFocus, updateNarrator
Methods inherited from class net.minecraft.client.gui.AbstractParentElement
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.Element
mouseMoved
Methods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrder
Methods inherited from interface net.minecraft.client.gui.ParentElement
getFocusedPath, 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
Lfuo;G:Lfxu;
-
narrow
private 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
Lfuo;H:Z
-
-
Constructor Details
-
RecipeBookScreen
public 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>
Lfuo;<init>(Lcuq;Lfxu;Lcpv;Lxv;)V
-
-
Method Details
-
init
protected void init()Called when a screen should be initialized.This method is called when this screen is opened or resized.
- Overrides:
init
in classHandledScreen<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 aT_
Lftx;aT_()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
Lfuo;G()Lfsl;
-
addRecipeBook
private 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
Lfuo;M()V
-
onRecipeBookToggled
protected 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 J
Lfuo;J()V
-
render
- Specified by:
render
in interfaceDrawable
- Overrides:
render
in classHandledScreen<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
Lfpi;a(Lfnr;IIF)V
-
drawSlots
- Overrides:
drawSlots
in classHandledScreen<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
Lfum;c(Lfnr;)V
-
shouldAddPaddingToGhostResult
protected 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 K
Lfuo;K()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 inGLFW
class.- Specified by:
charTyped
in interfaceElement
- Specified by:
charTyped
in interfaceParentElement
- Parameters:
chr
- the captured charactermodifiers
- a GLFW bitfield describing the modifier keys that are held down (see GLFW Modifier key flags)- Returns:
true
to 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
Lfqc;a(CI)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 inGLFW
class.- Specified by:
keyPressed
in interfaceElement
- Specified by:
keyPressed
in interfaceParentElement
- Overrides:
keyPressed
in classHandledScreen<T extends AbstractRecipeScreenHandler>
- Parameters:
keyCode
- the named key code of the event as described in theGLFW
classscanCode
- 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:
true
to 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
Lfqc;a(III)Z
-
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 inGLFW
class.- Specified by:
mouseClicked
in interfaceElement
- Specified by:
mouseClicked
in interfaceParentElement
- Overrides:
mouseClicked
in classHandledScreen<T extends AbstractRecipeScreenHandler>
- Parameters:
mouseX
- the X coordinate of the mousemouseY
- the Y coordinate of the mousebutton
- the mouse button number- Returns:
true
to 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
Lfqc;a(DDI)Z
-
isPointWithinBounds
protected boolean isPointWithinBounds(int x, int y, int width, int height, double pointX, double pointY) - Overrides:
isPointWithinBounds
in classHandledScreen<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
Lfum;a(IIIIDD)Z
-
isClickOutsideBounds
protected boolean isClickOutsideBounds(double mouseX, double mouseY, int left, int top, int button) - Overrides:
isClickOutsideBounds
in classHandledScreen<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
Lfum;a(DDIII)Z
-
onMouseClick
- Overrides:
onMouseClick
in classHandledScreen<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
Lfum;a(Lcuy;IILctm;)V
-
handledScreenTick
public void handledScreenTick()- Overrides:
handledScreenTick
in classHandledScreen<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
Lfum;E()V
-
refreshRecipeBook
public void refreshRecipeBook()- Specified by:
refreshRecipeBook
in interfaceRecipeBookProvider
- 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
Lfxz;L()V
-
onCraftFailed
- Specified by:
onCraftFailed
in interfaceRecipeBookProvider
- 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
Lfxz;a(Lddi;)V
-