public class GuiRemote extends GuiPneumaticContainerBase<ContainerRemote,TileEntityBase>
| Modifier and Type | Field and Description |
|---|---|
protected net.minecraft.item.ItemStack |
remote |
tehoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
GuiRemote(ContainerRemote container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent displayString) |
| Modifier and Type | Method and Description |
|---|---|
protected net.minecraft.util.ResourceLocation |
getGuiTexture() |
protected PointXY |
getInvTextOffset() |
void |
init() |
static void |
maybeHandleVariableChange(java.lang.String varName)
Client has received a PacketSetGlobalVariable message; update the remote GUI, if it's open.
|
void |
onGlobalVariableChange(java.lang.String variable) |
protected boolean |
shouldAddProblemTab() |
protected boolean |
shouldParseVariablesInTooltips() |
addAnimatedStat, addAnimatedStat, addAnimatedStat, addButton, addExtraVolumeModifierInfo, addInformation, addInfoTab, addInfoTab, addJeiFilterInfoTab, addLabel, addLabel, addPressureStatInfo, addProblems, addWarnings, doDelayedAction, getBackgroundTint, getGaugeLocation, getInvNameOffset, getStatWidgets, getTabRectangles, getTargetFluids, getTargetItems, getTitleColor, isUpgradeAvailable, mouseDragged, mouseReleased, onGuiUpdate, removed, render, renderBg, renderLabels, sendDelayed, shouldAddInfoTab, shouldAddPressureTab, shouldAddRedstoneTab, shouldAddSideConfigTabs, shouldAddUpgradeTab, shouldDrawBackground, tick, 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 GuiRemote(ContainerRemote container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent displayString)
public static void maybeHandleVariableChange(java.lang.String varName)
varName - variable that changedpublic void init()
init in class GuiPneumaticContainerBase<ContainerRemote,TileEntityBase>protected PointXY getInvTextOffset()
getInvTextOffset in class GuiPneumaticContainerBase<ContainerRemote,TileEntityBase>protected boolean shouldAddProblemTab()
shouldAddProblemTab in class GuiPneumaticContainerBase<ContainerRemote,TileEntityBase>protected net.minecraft.util.ResourceLocation getGuiTexture()
getGuiTexture in class GuiPneumaticContainerBase<ContainerRemote,TileEntityBase>public void onGlobalVariableChange(java.lang.String variable)
protected boolean shouldParseVariablesInTooltips()
shouldParseVariablesInTooltips in class GuiPneumaticContainerBase<ContainerRemote,TileEntityBase>