public class GuiAirCompressor extends GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiAirCompressor(ContainerAirCompressor container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addPressureStatInfo(java.util.List<net.minecraft.util.text.ITextComponent> pressureStatText) |
protected void |
addProblems(java.util.List<net.minecraft.util.text.ITextComponent> textList)
Use this to add problem information; situations that prevent the machine from operating.
|
protected int |
getFuelSlotXOffset() |
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
protected void |
renderBg(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
float partialTicks,
int x,
int y) |
protected java.lang.String |
upgradeCategory() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addButton, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addWarnings, doDelayedAction, getBackgroundTint, getGaugeLocation, getInvNameOffset, getInvTextOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, init, isUpgradeAvailable, mouseDragged, mouseReleased, onGuiUpdate, removed, render, renderLabels, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddProblemTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltips, tickcheckHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, keyPressed, mouseClicked, onClose, renderTooltip, slotClickedaddWidget, 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 GuiAirCompressor(ContainerAirCompressor container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>protected void renderBg(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
float partialTicks,
int x,
int y)
renderBg in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>protected int getFuelSlotXOffset()
protected void addPressureStatInfo(java.util.List<net.minecraft.util.text.ITextComponent> pressureStatText)
addPressureStatInfo in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>protected void addProblems(java.util.List<net.minecraft.util.text.ITextComponent> textList)
GuiPneumaticContainerBaseaddProblems in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>textList - string list to append toprotected java.lang.String upgradeCategory()
upgradeCategory in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>