public class GuiSmartChest extends GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiSmartChest(ContainerSmartChest container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDelayedAction()
Run the delayed action set up by sendDelayed()
|
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
protected PointXY |
getInvTextOffset() |
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
boolean |
mouseScrolled(double mouseX,
double mouseY,
double dir) |
void |
render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y,
float partialTick) |
protected void |
renderBg(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
float partialTicks,
int x,
int y) |
protected void |
renderLabels(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y) |
protected boolean |
shouldAddProblemTab() |
protected void |
slotClicked(net.minecraft.inventory.container.Slot slotIn,
int slotId,
int mouseButton,
net.minecraft.inventory.container.ClickType type) |
void |
tick() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addExtraUpgradeText, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addPressureStatInfo, addProblems, addWarnings, getBackgroundTint, getGaugeLocation, getGuiLeft, getGuiTop, getInvNameOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, mouseDragged, onGuiUpdate, removed, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltips, upgradeCategorycheckHotbarKeyPressed, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, mouseClicked, mouseReleased, onClose, renderTooltipaddButton, 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, waitpublic GuiSmartChest(ContainerSmartChest container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
public void init()
init in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>protected boolean shouldAddProblemTab()
shouldAddProblemTab in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>protected PointXY getInvTextOffset()
getInvTextOffset in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>public void render(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y,
float partialTick)
render in interface net.minecraft.client.gui.IRenderablerender in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>protected void renderBg(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
float partialTicks,
int x,
int y)
renderBg in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>protected void renderLabels(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y)
renderLabels in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>protected void slotClicked(net.minecraft.inventory.container.Slot slotIn,
int slotId,
int mouseButton,
net.minecraft.inventory.container.ClickType type)
slotClicked in class net.minecraft.client.gui.screen.inventory.ContainerScreen<ContainerSmartChest>public boolean mouseScrolled(double mouseX,
double mouseY,
double dir)
public boolean keyPressed(int keyCode,
int scanCode,
int modifiers)
keyPressed in interface net.minecraft.client.gui.IGuiEventListenerkeyPressed in interface net.minecraft.client.gui.INestedGuiEventHandlerkeyPressed in class net.minecraft.client.gui.screen.inventory.ContainerScreen<ContainerSmartChest>protected void doDelayedAction()
GuiPneumaticContainerBasedoDelayedAction in class GuiPneumaticContainerBase<ContainerSmartChest,TileEntitySmartChest>