public class GuiAirCannon extends GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiAirCannon(ContainerAirCannon container,
net.minecraft.entity.player.PlayerInventory inventoryPlayer,
net.minecraft.util.text.ITextComponent displayName) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInformation(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
Use this to add informational messages to the problems tab, which don't actually count as problems.
|
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 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 net.minecraft.util.ResourceLocation |
getGuiTexture() |
void |
init() |
void |
tick() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addExtraUpgradeText, addExtraVolumeModifierInfo, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addPressureStatInfo, doDelayedAction, getBackgroundTint, getGaugeLocation, getGuiLeft, getGuiTop, getInvNameOffset, getInvTextOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, mouseDragged, onGuiUpdate, removed, render, renderBg, renderLabels, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddProblemTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltips, upgradeCategorycheckHotbarKeyPressed, 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 GuiAirCannon(ContainerAirCannon container, net.minecraft.entity.player.PlayerInventory inventoryPlayer, net.minecraft.util.text.ITextComponent displayName)
public void init()
init in class GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>protected void addProblems(java.util.List<net.minecraft.util.text.ITextComponent> textList)
GuiPneumaticContainerBaseaddProblems in class GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>textList - string list to append toprotected void addWarnings(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
GuiPneumaticContainerBaseaddWarnings in class GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>curInfo - string list to append to, which may already contain some problem textprotected void addInformation(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
GuiPneumaticContainerBaseaddInformation in class GuiPneumaticContainerBase<ContainerAirCannon,TileEntityAirCannon>curInfo - string list to append to, which may already contain some problem text