public abstract class GuiChargingUpgradeManager extends GuiPneumaticContainerBase<ContainerChargingStationUpgradeManager,TileEntityChargingStation>
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.item.ItemStack |
itemStack |
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Modifier and Type | Method and Description |
|---|---|
protected void |
addExtraVolumeModifierInfo(java.util.List<net.minecraft.util.text.ITextComponent> text) |
protected void |
addPressureStatInfo(java.util.List<net.minecraft.util.text.ITextComponent> pressureStatText) |
protected abstract int |
getDefaultVolume() |
protected PointXY |
getGaugeLocation() |
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
void |
init() |
boolean |
keyPressed(int keyCode,
int scanCode,
int modifiers) |
protected void |
renderLabels(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y) |
protected boolean |
shouldAddInfoTab() |
protected boolean |
shouldAddProblemTab() |
protected boolean |
shouldAddRedstoneTab() |
protected boolean |
shouldAddUpgradeTab() |
void |
tick() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addButton, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addProblems, addWarnings, doDelayedAction, getBackgroundTint, getInvNameOffset, getInvTextOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, isUpgradeAvailable, mouseDragged, mouseReleased, onGuiUpdate, removed, render, renderBg, sendDelayed, shouldAddPressureTab, shouldAddSideConfigTabs, shouldDrawBackground, shouldParseVariablesInTooltips, upgradeCategorycheckHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, 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, waitprotected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerChargingStationUpgradeManager,TileEntityChargingStation>public void init()
init in class GuiPneumaticContainerBase<ContainerChargingStationUpgradeManager,TileEntityChargingStation>protected void addPressureStatInfo(java.util.List<net.minecraft.util.text.ITextComponent> pressureStatText)
protected void addExtraVolumeModifierInfo(java.util.List<net.minecraft.util.text.ITextComponent> text)
protected boolean shouldAddRedstoneTab()
protected boolean shouldAddUpgradeTab()
protected boolean shouldAddInfoTab()
protected boolean shouldAddProblemTab()
protected abstract int getDefaultVolume()
protected void renderLabels(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int x,
int y)
protected PointXY getGaugeLocation()
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<ContainerChargingStationUpgradeManager>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class GuiPneumaticContainerBase<ContainerChargingStationUpgradeManager,TileEntityChargingStation>