public class GuiAdvancedAirCompressor extends GuiAirCompressor
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiAdvancedAirCompressor(ContainerAirCompressor container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
void |
addWarnings(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
Use this to add warning messages; the machine will run but with potential problems.
|
protected int |
getFuelSlotXOffset() |
protected PointXY |
getGaugeLocation() |
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
void |
init() |
void |
tick() |
addPressureStatInfo, addProblems, renderBg, upgradeCategoryaddAnimatedStat, addAnimatedStat, addAnimatedStat, addExtraUpgradeText, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, doDelayedAction, getBackgroundTint, getGuiLeft, getGuiTop, getInvNameOffset, getInvTextOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, mouseDragged, onGuiUpdate, removed, render, renderLabels, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddProblemTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltipscheckHotbarKeyPressed, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, keyPressed, mouseClicked, mouseReleased, onClose, 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, waitpublic GuiAdvancedAirCompressor(ContainerAirCompressor container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
public void init()
init in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>protected int getFuelSlotXOffset()
getFuelSlotXOffset in class GuiAirCompressorpublic void addWarnings(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
GuiPneumaticContainerBaseaddWarnings in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>curInfo - string list to append to, which may already contain some problem textprotected PointXY getGaugeLocation()
getGaugeLocation in class GuiPneumaticContainerBase<ContainerAirCompressor,TileEntityAirCompressor>protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiAirCompressor