Class AbstractSecurityCardScreen<T extends AbstractSecurityCardContainerMenu>
java.lang.Object
net.minecraft.client.gui.components.events.AbstractContainerEventHandler
net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.inventory.AbstractContainerScreen<T>
com.refinedmods.refinedstorage.common.support.AbstractBaseScreen<T>
com.refinedmods.refinedstorage.common.support.stretching.AbstractStretchingScreen<T>
com.refinedmods.refinedstorage.common.security.AbstractSecurityCardScreen<T>
- All Implemented Interfaces:
net.minecraft.client.gui.components.events.ContainerEventHandler, net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.Renderable, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.screens.inventory.MenuAccess<T>
- Direct Known Subclasses:
FallbackSecurityCardScreen, SecurityCardScreen
public abstract class AbstractSecurityCardScreen<T extends AbstractSecurityCardContainerMenu>
extends AbstractStretchingScreen<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screens.Screen
net.minecraft.client.gui.screens.Screen.NarratableSearchResult -
Field Summary
Fields inherited from class AbstractStretchingScreen
ROW_SIZE, TOP_HEIGHTFields inherited from class AbstractBaseScreen
TITLE_MAX_WIDTH, titleMarqueeFields inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
BACKGROUND_TEXTURE_HEIGHT, BACKGROUND_TEXTURE_WIDTH, DEFAULT_IMAGE_HEIGHT, DEFAULT_IMAGE_WIDTH, hoveredSlot, imageHeight, imageWidth, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, playerInventoryTitle, quickCraftSlots, 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, screenExecutor, title, width -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractSecurityCardScreen(T menu, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.network.chat.Component title) -
Method Summary
Modifier and TypeMethodDescriptionprotected intprotected intprotected intprotected net.minecraft.resources.Identifierprotected voidinit(int rows) protected voidrenderRows(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int x, int y, int topHeight, int rows, int mouseX, int mouseY) protected voidrenderStretchingBackground(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int x, int y, int rows) protected voidscrollbarChanged(int rows) Methods inherited from class AbstractStretchingScreen
extractBackground, extractContents, extractDefaultBackground, getScrollbarOffset, getTopOffset, getVisibleRows, init, isInStretchedArea, modifyVisibleRows, mouseClicked, mouseMoved, mouseReleased, mouseScrolled, resize, updateScrollbarMethods inherited from class AbstractBaseScreen
addResourceSlotTooltips, addSideButton, canInteractWithResourceSlot, clearWidgets, createResourceAmountScreen, extractLabels, extractSlot, extractSlots, extractTooltip, getExclusionZones, getHoveredResource, getLeftPos, getResourceSlotTooltip, getResourceSlotTooltip, getSideButtonX, getSideButtonY, getTopPos, renderPlayerInventoryTitle, renderResourceSlots, setDeferredTooltipMethods inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
addItemSlotMouseAction, checkHotbarKeyPressed, clearDraggingState, containerTick, extractCarriedItem, extractRenderState, extractSnapbackItem, getMenu, getTooltipFromContainerItem, handleSlotStateChanged, hasClickedOutside, isHovering, isInGameUi, isPauseScreen, keyPressed, mouseDragged, onClose, removed, slotClicked, tickMethods inherited from class net.minecraft.client.gui.screens.Screen
added, addRenderableOnly, addRenderableWidget, addWidget, afterKeyboardAction, afterMouseAction, afterMouseMove, canInterruptWithAnotherScreen, changeFocus, children, clearFocus, clickCommandAction, clickUrlAction, defaultHandleClickEvent, defaultHandleGameClickEvent, extractBlurredBackground, extractMenuBackground, extractMenuBackground, extractMenuBackgroundTexture, extractPanorama, extractRenderStateWithTooltipAndSubtitles, extractTransparentBackground, fadeWidgets, fillCrashDetails, findNarratableWidget, getBackgroundMusic, getFont, getNarrationMessage, getRectangle, getTitle, getTooltipFromItem, getUsageNarration, handleDelayedNarration, init, insertText, isAllowedInPortal, isMouseOver, isValidCharacterForName, onFilesDrop, panoramaShouldSpin, rebuildWidgets, removeWidget, 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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.components.events.ContainerEventHandler
charTyped, getBorderForArrowNavigation, getChildAt, getCurrentFocusPath, isFocused, keyReleased, nextFocusPath, preeditUpdated, setFocusedMethods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
shouldTakeFocusAfterInteractionMethods inherited from interface net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
Constructor Details
-
AbstractSecurityCardScreen
protected AbstractSecurityCardScreen(T menu, net.minecraft.world.entity.player.Inventory playerInventory, net.minecraft.network.chat.Component title)
-
-
Method Details
-
init
protected void init(int rows) - Overrides:
initin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
getScrollPanePadding
protected int getScrollPanePadding()- Overrides:
getScrollPanePaddingin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
scrollbarChanged
protected void scrollbarChanged(int rows) - Overrides:
scrollbarChangedin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
renderRows
protected void renderRows(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int x, int y, int topHeight, int rows, int mouseX, int mouseY) - Specified by:
renderRowsin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
renderStretchingBackground
protected void renderStretchingBackground(net.minecraft.client.gui.GuiGraphicsExtractor graphics, int x, int y, int rows) - Specified by:
renderStretchingBackgroundin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
getBottomHeight
protected int getBottomHeight()- Specified by:
getBottomHeightin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
getBottomV
protected int getBottomV()- Specified by:
getBottomVin classAbstractStretchingScreen<T extends AbstractSecurityCardContainerMenu>
-
getTexture
protected net.minecraft.resources.Identifier getTexture()- Specified by:
getTexturein classAbstractBaseScreen<T extends AbstractSecurityCardContainerMenu>
-