public class GuiLogisticsBase<L extends EntityLogisticsFrame> extends GuiPneumaticContainerBase<ContainerLogistics,TileEntityBase>
| Modifier and Type | Field and Description |
|---|---|
protected L |
logistics |
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiLogisticsBase(ContainerLogistics container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDelayedAction()
Run the delayed action set up by sendDelayed()
|
protected int |
getBackgroundTint() |
PointXY |
getFluidSlotPos(int slot) |
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
void |
init() |
protected boolean |
shouldAddProblemTab() |
protected void |
slotClicked(net.minecraft.inventory.container.Slot slot,
int slotId,
int clickedButton,
net.minecraft.inventory.container.ClickType clickType) |
void |
updateFluidFilter(int slot,
net.minecraftforge.fluids.FluidStack stack) |
void |
updateItemFilter(int slot,
net.minecraft.item.ItemStack stack) |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addExtraUpgradeText, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addPressureStatInfo, addProblems, addWarnings, getGaugeLocation, getGuiLeft, getGuiTop, getInvNameOffset, getInvTextOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, mouseDragged, onGuiUpdate, removed, render, renderBg, renderLabels, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, shouldParseVariablesInTooltips, tick, upgradeCategorycheckHotbarKeyPressed, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, keyPressed, mouseClicked, mouseReleased, onClose, renderTooltipaddButton, 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, waitprotected final L extends EntityLogisticsFrame logistics
public GuiLogisticsBase(ContainerLogistics container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
public void init()
init in class GuiPneumaticContainerBase<ContainerLogistics,TileEntityBase>protected void doDelayedAction()
GuiPneumaticContainerBasedoDelayedAction in class GuiPneumaticContainerBase<ContainerLogistics,TileEntityBase>public void updateItemFilter(int slot,
net.minecraft.item.ItemStack stack)
public void updateFluidFilter(int slot,
net.minecraftforge.fluids.FluidStack stack)
public PointXY getFluidSlotPos(int slot)
protected int getBackgroundTint()
getBackgroundTint in class GuiPneumaticContainerBase<ContainerLogistics,TileEntityBase>protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerLogistics,TileEntityBase>protected boolean shouldAddProblemTab()
shouldAddProblemTab in class GuiPneumaticContainerBase<ContainerLogistics,TileEntityBase>protected void slotClicked(net.minecraft.inventory.container.Slot slot,
int slotId,
int clickedButton,
net.minecraft.inventory.container.ClickType clickType)
slotClicked in class net.minecraft.client.gui.screen.inventory.ContainerScreen<ContainerLogistics>