Package dev.lapis256.apprep.client.gui
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>
-
-
Field Summary
Fields Modifier and Type Field Description private final ComponentPathcurrentFocusPathprivate final IntegerguiLeftprivate final IntegerxSizeprivate final ScreenRectanglerectangleprivate final BooleanisHandlingRightClickprivate final IntegerySizeprivate BooleanisDraggingprivate final IntegerguiTopprivate final Minecraftminecraftprivate final BooleanisPauseScreenprivate final ComponentnarrationMessageprivate final List<Rect2i>exclusionZonesprivate final SlotslotUnderMouseprivate final ReplicationConnectorMenumenuprivate final ScreenStylestyleprivate GuiEventListenerfocusedprivate final IntegertabOrderGroupprivate final Componenttitleprivate final MusicbackgroundMusicprivate BooleanisFocusedpublic final Integerwidthpublic final Integerheightpublic final List<Renderable>renderables
-
Constructor Summary
Constructors Constructor Description ReplicationConnectorScreen(ReplicationConnectorMenu menu, Inventory inventory, Component title, ScreenStyle style)
-
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)
-
-
-
-