public class GuiThermopneumaticProcessingPlant extends GuiPneumaticContainerBase<ContainerThermopneumaticProcessingPlant,TileEntityThermopneumaticProcessingPlant>
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiThermopneumaticProcessingPlant(ContainerThermopneumaticProcessingPlant container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProblems(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
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 PointXY |
getGaugeLocation() |
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
protected PointXY |
getInvNameOffset() |
java.util.Collection<net.minecraftforge.fluids.FluidStack> |
getTargetFluids() |
java.util.Collection<net.minecraft.item.ItemStack> |
getTargetItems() |
void |
init() |
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) |
void |
tick() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addButton, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addPressureStatInfo, doDelayedAction, getBackgroundTint, getInvTextOffset, getStatWidgets, getTabRectangles, getTitleColor, isUpgradeAvailable, mouseDragged, mouseReleased, onGuiUpdate, removed, render, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddProblemTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltips, upgradeCategorycheckHotbarKeyPressed, 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 GuiThermopneumaticProcessingPlant(ContainerThermopneumaticProcessingPlant container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
protected net.minecraft.util.ResourceLocation getGuiTexture()
public void init()
public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticContainerBase<ContainerThermopneumaticProcessingPlant,TileEntityThermopneumaticProcessingPlant>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 PointXY getInvNameOffset()
protected PointXY getGaugeLocation()
public void addProblems(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
GuiPneumaticContainerBaseaddProblems in class GuiPneumaticContainerBase<ContainerThermopneumaticProcessingPlant,TileEntityThermopneumaticProcessingPlant>curInfo - string list to append toprotected void addWarnings(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
GuiPneumaticContainerBaseaddWarnings in class GuiPneumaticContainerBase<ContainerThermopneumaticProcessingPlant,TileEntityThermopneumaticProcessingPlant>curInfo - string list to append to, which may already contain some problem textpublic java.util.Collection<net.minecraft.item.ItemStack> getTargetItems()
public java.util.Collection<net.minecraftforge.fluids.FluidStack> getTargetFluids()