Class ReplicationConnectorScreen

  • All Implemented Interfaces:
    net.minecraft.client.gui.components.Renderable , net.minecraft.client.gui.components.TabOrderedElement , net.minecraft.client.gui.components.events.ContainerEventHandler , net.minecraft.client.gui.components.events.GuiEventListener , net.minecraft.client.gui.screens.inventory.MenuAccess

    
    public final class ReplicationConnectorScreen
    extends UpgradeableScreen<ReplicationConnectorMenu>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class net.minecraft.client.gui.components.events.ContainerEventHandler

        children, getChildAt, getCurrentFocusPath, isFocused, setFocused
      • Methods inherited from class dev.lapis256.apprep.client.gui.ReplicationConnectorScreen

        getExclusionZones, getGuiLeft, getGuiTop, getMenu, getMinecraft, getSlotUnderMouse, getStyle, getXSize, getYSize, isHandlingRightClick, isPauseScreen, setFocused
      • Methods inherited from class net.minecraft.client.gui.screens.Screen

        added, afterKeyboardAction, afterMouseAction, afterMouseMove, clearFocus, getBackgroundMusic, getNarrationMessage, getRectangle, getTitle, handleComponentClicked, handleDelayedNarration, init, onClose, onFilesDrop, removed, renderBackground, renderTransparentBackground, renderWithTooltip, resize, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, setTooltipForNextRenderPass, shouldCloseOnEsc, tick, triggerImmediateNarration, updateNarratorStatus
      • Methods inherited from class net.minecraft.client.gui.components.events.AbstractContainerEventHandler

        getFocused, isDragging, setDragging
      • Methods inherited from class net.minecraft.client.gui.components.TabOrderedElement

        getTabOrderGroup
      • Methods inherited from class appeng.client.gui.AEBaseScreen

        drawBG, drawFG, drawItem, drawTooltip, drawTooltipWithHeader, getStackUnderMouse, repositionSlots, setSlotsHidden, switchToScreen
      • Methods inherited from class net.minecraft.client.gui.components.Renderable

        render
      • Methods inherited from class net.minecraft.client.gui.components.events.GuiEventListener

        charTyped, isMouseOver, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
      • Methods inherited from class net.minecraft.client.gui.screens.inventory.AbstractContainerScreen

        clearDraggingState, containerTick, getSlotColor, renderSlot
      • Methods inherited from class net.minecraft.client.gui.screens.inventory.MenuAccess

        getMenu
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReplicationConnectorScreen

        ReplicationConnectorScreen(ReplicationConnectorMenu menu, Inventory inventory, Component title, ScreenStyle style)
    • Method Detail