public class BlueprintScreen extends AbstractSimiContainerScreen<BlueprintContainer>
| 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 |
|---|
BlueprintScreen(BlueprintContainer container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent title) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
contentsCleared() |
java.util.List<net.minecraft.client.renderer.Rectangle2d> |
getExtraAreas()
Used for moving JEI out of the way of extra things like Flexcrate renders.
|
java.util.List<net.minecraft.util.text.ITextComponent> |
getTooltipFromItem(net.minecraft.item.ItemStack stack) |
protected void |
init() |
boolean |
mouseClicked(double x,
double y,
int button) |
protected void |
renderTooltip(com.mojang.blaze3d.matrix.MatrixStack ms,
int x,
int y) |
protected void |
renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
protected void |
sendOptionUpdate(FilterScreenPacket.Option option) |
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, slotClickedaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, 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 BlueprintScreen(BlueprintContainer container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent title)
protected void init()
init in class AbstractSimiContainerScreen<BlueprintContainer>protected void renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindow in class AbstractSimiContainerScreen<BlueprintContainer>protected void renderTooltip(com.mojang.blaze3d.matrix.MatrixStack ms,
int x,
int y)
renderTooltip in class net.minecraft.client.gui.screen.inventory.ContainerScreen<BlueprintContainer>public java.util.List<net.minecraft.util.text.ITextComponent> getTooltipFromItem(net.minecraft.item.ItemStack stack)
getTooltipFromItem in class net.minecraft.client.gui.screen.Screenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class net.minecraft.client.gui.screen.inventory.ContainerScreen<BlueprintContainer>public boolean mouseClicked(double x,
double y,
int button)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlermouseClicked in class AbstractSimiContainerScreen<BlueprintContainer>protected void contentsCleared()
protected void sendOptionUpdate(FilterScreenPacket.Option option)
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<BlueprintContainer>ContainerScreen.