Class RecipeBookTestScreen
java.lang.Object
net.minecraft.client.gui.GuiComponent
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<RecipeBookTestMenu>
net.minecraftforge.debug.recipe.recipebook.RecipeBookTestScreen
- All Implemented Interfaces:
ContainerEventHandler,GuiEventListener,Renderable,MenuAccess<RecipeBookTestMenu>,RecipeUpdateListener
public class RecipeBookTestScreen
extends AbstractContainerScreen<RecipeBookTestMenu>
implements RecipeUpdateListener
Mostly copied from
CraftingScreen-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ResourceLocationprivate final RecipeBookComponentprivate static final ResourceLocationprivate booleanFields inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
hoveredSlot, imageHeight, imageWidth, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, playerInventoryTitle, quickCraftSlots, SLOT_ITEM_BLIT_OFFSET, slotColor, titleLabelX, titleLabelY, topPosFields inherited from class net.minecraft.client.gui.screens.Screen
font, height, itemRenderer, minecraft, passEvents, renderables, title, widthFields inherited from class net.minecraft.client.gui.GuiComponent
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATIONFields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS -
Constructor Summary
ConstructorsConstructorDescriptionRecipeBookTestScreen(RecipeBookTestMenu menu, Inventory inv, Component title) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected booleanhasClickedOutside(double mouseX, double mouseY, int x, int y, int buttonIdx) protected voidinit()protected booleanisHovering(int x, int y, int width, int height, double mouseX, double mouseY) booleanmouseClicked(double mouseX, double mouseY, int buttonId) voidvoidprotected voidprotected voidrenderLabels(PoseStack stack, int mouseX, int mouseY) Color gotten from superprotected voidslotClicked(Slot slot, int mouseX, int mouseY, ClickType clickType) Methods inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
checkHotbarKeyPressed, clearDraggingState, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, isPauseScreen, keyPressed, mouseDragged, mouseReleased, onClose, removed, renderSlotHighlight, renderSlotHighlight, renderTooltip, tickMethods inherited from class net.minecraft.client.gui.screens.Screen
addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, children, clearWidgets, findNarratableWidget, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, handleDelayedNarration, hasAltDown, hasControlDown, hasShiftDown, hideWidgets, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrationEnabled, onFilesDrop, rebuildWidgets, removeWidget, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderComponentTooltip, renderComponentTooltip, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderTooltip, renderWithTooltip, resize, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, wrapScreenErrorMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods inherited from class net.minecraft.client.gui.GuiComponent
blit, blit, blit, blit, blit, blitOutlineBlack, disableScissor, drawCenteredString, drawCenteredString, drawCenteredString, drawString, drawString, drawString, enableScissor, fill, fillGradient, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineMethods 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.ContainerEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, mouseScrolled, setInitialFocusMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
mouseMoved
-
Field Details
-
TEXTURE
-
RECIPE_BUTTON_LOCATION
-
recipeBookComponent
-
widthTooNarrow
private boolean widthTooNarrow
-
-
Constructor Details
-
RecipeBookTestScreen
-
-
Method Details
-
init
protected void init()- Overrides:
initin classAbstractContainerScreen<RecipeBookTestMenu>
-
containerTick
protected void containerTick()- Overrides:
containerTickin classAbstractContainerScreen<RecipeBookTestMenu>
-
render
- Specified by:
renderin interfaceRenderable- Overrides:
renderin classAbstractContainerScreen<RecipeBookTestMenu>
-
renderBg
- Specified by:
renderBgin classAbstractContainerScreen<RecipeBookTestMenu>
-
renderLabels
Color gotten from super- Overrides:
renderLabelsin classAbstractContainerScreen<RecipeBookTestMenu>
-
isHovering
protected boolean isHovering(int x, int y, int width, int height, double mouseX, double mouseY) - Overrides:
isHoveringin classAbstractContainerScreen<RecipeBookTestMenu>
-
mouseClicked
public boolean mouseClicked(double mouseX, double mouseY, int buttonId) - Specified by:
mouseClickedin interfaceContainerEventHandler- Specified by:
mouseClickedin interfaceGuiEventListener- Overrides:
mouseClickedin classAbstractContainerScreen<RecipeBookTestMenu>
-
hasClickedOutside
protected boolean hasClickedOutside(double mouseX, double mouseY, int x, int y, int buttonIdx) - Overrides:
hasClickedOutsidein classAbstractContainerScreen<RecipeBookTestMenu>
-
slotClicked
- Overrides:
slotClickedin classAbstractContainerScreen<RecipeBookTestMenu>
-
recipesUpdated
public void recipesUpdated()- Specified by:
recipesUpdatedin interfaceRecipeUpdateListener
-
getRecipeBookComponent
- Specified by:
getRecipeBookComponentin interfaceRecipeUpdateListener
-