Class LoomScreen
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<LoomMenu>
net.minecraft.client.gui.screens.inventory.LoomScreen
- All Implemented Interfaces:
ContainerEventHandler,GuiEventListener,Renderable,TabOrderedElement,MenuAccess<LoomMenu>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
AbstractContainerScreen.SnapbackDataNested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
Screen.NarratableSearchResult -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final floatprivate static final floatprivate static final floatprivate static final ResourceLocationprivate ItemStackprivate static final ResourceLocationprivate booleanprivate static final ResourceLocationprivate ItemStackprivate static final ResourceLocationprivate BannerFlagModelprivate booleanprivate static final intprivate static final ResourceLocationprivate static final intprivate static final intprivate static final ResourceLocationprivate static final ResourceLocationprivate static final ResourceLocationprivate static final intprivate static final intprivate ItemStackprivate BannerPatternLayersprivate static final ResourceLocationprivate static final intprivate static final intprivate static final ResourceLocationprivate static final intprivate booleanprivate floatprivate intFields inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
BACKGROUND_TEXTURE_HEIGHT, BACKGROUND_TEXTURE_WIDTH, hoveredSlot, imageHeight, imageWidth, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, playerInventoryTitle, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPosFields inherited from class net.minecraft.client.gui.screens.Screen
FADE_IN_TIME, font, FOOTER_SEPARATOR, HEADER_SEPARATOR, height, INWORLD_FOOTER_SEPARATOR, INWORLD_HEADER_SEPARATOR, MENU_BACKGROUND, minecraft, narratorButton, renderables, screenExecutor, title, width -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprotected booleanhasClickedOutside(double p_99093_, double p_99094_, int p_99095_, int p_99096_) protected voidinit()booleanmouseClicked(MouseButtonEvent p_445823_, boolean p_433366_) booleanmouseDragged(MouseButtonEvent p_446758_, double p_99087_, double p_99088_) booleanmouseScrolled(double p_99079_, double p_99080_, double p_99081_, double p_295430_) voidrender(GuiGraphics p_283513_, int p_282700_, int p_282637_, float p_281433_) Renders the graphical user interface (GUI) element.private voidrenderBannerOnButton(GuiGraphics guiGraphics, int x, int y, TextureAtlasSprite sprite) protected voidrenderBg(GuiGraphics p_282870_, float p_281777_, int p_283331_, int p_283087_) private intMethods inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
addItemSlotMouseAction, checkHotbarKeyPressed, clearDraggingState, containerTick, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getTooltipFromContainerItem, getXSize, getYSize, handleSlotStateChanged, isHovering, isInGameUi, isPauseScreen, keyPressed, mouseReleased, onClose, onMouseClickAction, removed, renderBackground, renderCarriedItem, renderContents, renderLabels, renderSlot, renderSlotContents, renderSlots, renderSnapbackItem, renderTooltip, slotClicked, tickMethods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, canInterruptWithAnotherScreen, changeFocus, children, clearFocus, clearWidgets, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getMinecraft, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleClickEvent, handleComponentClicked, handleDelayedNarration, init, insertText, isAllowedInPortal, isMouseOver, isValidCharacterForName, onFilesDrop, panoramaShouldSpin, rebuildWidgets, removeWidget, renderBlurredBackground, renderMenuBackground, renderMenuBackground, renderMenuBackgroundTexture, renderPanorama, renderTransparentBackground, renderWithTooltipAndSubtitles, repositionElements, resize, setInitialFocus, setInitialFocus, shouldCloseOnEsc, shouldNarrateNavigation, showsActiveEffects, triggerImmediateNarration, updateNarratedWidget, updateNarrationState, updateNarratorStatusMethods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler
getFocused, isDragging, setDragging, setFocusedMethods 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
charTyped, getChildAt, getCurrentFocusPath, isFocused, keyReleased, nextFocusPath, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
getBorderForArrowNavigation, mouseMoved, shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Field Details
-
BANNER_SLOT_SPRITE
-
DYE_SLOT_SPRITE
-
PATTERN_SLOT_SPRITE
-
SCROLLER_SPRITE
-
SCROLLER_DISABLED_SPRITE
-
PATTERN_SELECTED_SPRITE
-
PATTERN_HIGHLIGHTED_SPRITE
-
PATTERN_SPRITE
-
ERROR_SPRITE
-
BG_LOCATION
-
PATTERN_COLUMNS
private static final int PATTERN_COLUMNS- See Also:
-
PATTERN_ROWS
private static final int PATTERN_ROWS- See Also:
-
SCROLLER_WIDTH
private static final int SCROLLER_WIDTH- See Also:
-
SCROLLER_HEIGHT
private static final int SCROLLER_HEIGHT- See Also:
-
PATTERN_IMAGE_SIZE
private static final int PATTERN_IMAGE_SIZE- See Also:
-
SCROLLER_FULL_HEIGHT
private static final int SCROLLER_FULL_HEIGHT- See Also:
-
PATTERNS_X
private static final int PATTERNS_X- See Also:
-
PATTERNS_Y
private static final int PATTERNS_Y- See Also:
-
BANNER_PATTERN_TEXTURE_SIZE
private static final float BANNER_PATTERN_TEXTURE_SIZE- See Also:
-
BANNER_PATTERN_WIDTH
private static final float BANNER_PATTERN_WIDTH- See Also:
-
BANNER_PATTERN_HEIGHT
private static final float BANNER_PATTERN_HEIGHT- See Also:
-
flag
-
resultBannerPatterns
-
bannerStack
-
dyeStack
-
patternStack
-
displayPatterns
private boolean displayPatterns -
hasMaxPatterns
private boolean hasMaxPatterns -
scrollOffs
private float scrollOffs -
scrolling
private boolean scrolling -
startRow
private int startRow
-
-
Constructor Details
-
LoomScreen
-
-
Method Details
-
init
protected void init()- Overrides:
initin classAbstractContainerScreen<LoomMenu>
-
render
Description copied from interface:RenderableRenders the graphical user interface (GUI) element.- Specified by:
renderin interfaceRenderable- Overrides:
renderin classAbstractContainerScreen<LoomMenu>- Parameters:
p_283513_- the GuiGraphics object used for rendering.p_282700_- the x-coordinate of the mouse cursor.p_282637_- the y-coordinate of the mouse cursor.p_281433_- the partial tick time.
-
totalRowCount
private int totalRowCount() -
renderBg
- Specified by:
renderBgin classAbstractContainerScreen<LoomMenu>
-
renderBannerOnButton
-
mouseClicked
- Specified by:
mouseClickedin interfaceContainerEventHandler- Specified by:
mouseClickedin interfaceGuiEventListener- Overrides:
mouseClickedin classAbstractContainerScreen<LoomMenu>
-
mouseDragged
- Specified by:
mouseDraggedin interfaceContainerEventHandler- Specified by:
mouseDraggedin interfaceGuiEventListener- Overrides:
mouseDraggedin classAbstractContainerScreen<LoomMenu>
-
mouseScrolled
public boolean mouseScrolled(double p_99079_, double p_99080_, double p_99081_, double p_295430_) - Specified by:
mouseScrolledin interfaceContainerEventHandler- Specified by:
mouseScrolledin interfaceGuiEventListener- Overrides:
mouseScrolledin classAbstractContainerScreen<LoomMenu>
-
hasClickedOutside
protected boolean hasClickedOutside(double p_99093_, double p_99094_, int p_99095_, int p_99096_) - Overrides:
hasClickedOutsidein classAbstractContainerScreen<LoomMenu>
-
containerChanged
private void containerChanged()
-