public class SchematicTableScreen extends AbstractSimiContainerScreen<SchematicTableContainer>
| Modifier and Type | Field and Description |
|---|---|
protected AllGuiTextures |
background |
widgets, windowXOffset, windowYOffsethoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
SchematicTableScreen(SchematicTableContainer container,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.util.text.ITextComponent title) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<net.minecraft.client.renderer.Rectangle2d> |
getExtraAreas()
Used for moving JEI out of the way of extra things like Flexcrate renders.
|
protected void |
init() |
boolean |
mouseClicked(double p_mouseClicked_1_,
double p_mouseClicked_3_,
int p_mouseClicked_5_) |
protected void |
renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
charTyped, debugExtraAreas, debugWindowArea, getItemCountTextScale, getLeftOfCentered, keyPressed, mouseReleased, mouseScrolled, render, renderBg, renderItemOverlayIntoGUI, renderLabels, renderPlayerInventory, renderWindowForeground, setWindowOffset, setWindowSizecheckHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, mouseDragged, onClose, removed, renderTooltip, slotClickedaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected AllGuiTextures background
public SchematicTableScreen(SchematicTableContainer container, net.minecraft.entity.player.PlayerInventory playerInventory, net.minecraft.util.text.ITextComponent title)
protected void init()
init in class AbstractSimiContainerScreen<SchematicTableContainer>protected void renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindow in class AbstractSimiContainerScreen<SchematicTableContainer>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.inventory.ContainerScreen<SchematicTableContainer>public boolean mouseClicked(double p_mouseClicked_1_,
double p_mouseClicked_3_,
int p_mouseClicked_5_)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlermouseClicked in class AbstractSimiContainerScreen<SchematicTableContainer>public java.util.List<net.minecraft.client.renderer.Rectangle2d> getExtraAreas()
AbstractSimiContainerScreenThis screen class must be bound to a SlotMover instance for this method to work.
getExtraAreas in class AbstractSimiContainerScreen<SchematicTableContainer>ContainerScreen.