public class GuiAmadron extends GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiAmadron(ContainerAmadron container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
protected 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 |
doDelayedAction()
Run the delayed action set up by sendDelayed()
|
protected int |
getBackgroundTint() |
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
protected PointXY |
getInvTextOffset() |
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
boolean |
mouseScrolled(double p_mouseScrolled_1_,
double p_mouseScrolled_3_,
double p_mouseScrolled_5_) |
void |
onGuiUpdate()
Called when the client has received a PacketUpdateGui to sync something from the server-side container
|
void |
setPage(int page) |
void |
tick() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addExtraUpgradeText, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addPressureStatInfo, addWarnings, getGaugeLocation, getGuiLeft, getGuiTop, getInvNameOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, mouseDragged, removed, render, renderBg, renderLabels, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddProblemTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltips, upgradeCategorycheckHotbarKeyPressed, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, 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 GuiAmadron(ContainerAmadron container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
public void init()
init in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>protected void doDelayedAction()
GuiPneumaticContainerBasedoDelayedAction in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>public boolean mouseScrolled(double p_mouseScrolled_1_,
double p_mouseScrolled_3_,
double p_mouseScrolled_5_)
protected int getBackgroundTint()
getBackgroundTint in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>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<ContainerAmadron>public void setPage(int page)
protected PointXY getInvTextOffset()
getInvTextOffset in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>protected void addProblems(java.util.List<net.minecraft.util.text.ITextComponent> curInfo)
GuiPneumaticContainerBaseaddProblems in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>curInfo - string list to append topublic void onGuiUpdate()
GuiPneumaticContainerBaseonGuiUpdate in class GuiPneumaticContainerBase<ContainerAmadron,TileEntityBase>