public abstract class InventoryEffectRenderer extends GuiContainer
Modifier and Type | Field and Description |
---|---|
protected boolean |
hasActivePotionEffects |
dragSplitting, dragSplittingSlots, guiLeft, guiTop, hoveredSlot, INVENTORY_BACKGROUND, inventorySlots, slotColor, xSize, ySize
allowUserInput, buttons, children, fontRenderer, height, itemRender, labels, mc, width
ICONS, OPTIONS_BACKGROUND, STAT_ICONS, zLevel
Constructor and Description |
---|
InventoryEffectRenderer(Container inventorySlotsIn) |
Modifier and Type | Method and Description |
---|---|
protected void |
initGui() |
void |
render(int mouseX,
int mouseY,
float partialTicks) |
protected void |
updateActivePotionEffects() |
allowCloseWithEscape, doesGuiPauseGame, drawGuiContainerBackgroundLayer, drawGuiContainerForegroundLayer, func_195361_a, func_195363_d, getGuiLeft, getGuiTop, getSlotColor, getSlotUnderMouse, getXSize, getYSize, handleMouseClick, isPointInRegion, keyPressed, mouseClicked, mouseDragged, mouseReleased, onGuiClosed, renderHoveredToolTip, tick
addButton, close, confirmResult, drawBackground, drawDefaultBackground, drawHoveringText, drawHoveringText, drawHoveringText, drawWorldBackground, getChildren, getItemToolTip, handleComponentClick, handleComponentHover, isAltKeyDown, isCtrlKeyDown, isKeyComboCtrlA, isKeyComboCtrlC, isKeyComboCtrlV, isKeyComboCtrlX, isShiftKeyDown, onResize, renderToolTip, runOrMakeCrashReport, sendChatMessage, sendChatMessage, setText, setWorldAndResolution
focusNext, focusOn, getFocused, setDragging, setFocused
drawCenteredString, drawGradientRect, drawHorizontalLine, drawModalRectWithCustomSizedTexture, drawRect, drawScaledCustomSizeModalRect, drawString, drawTexturedModalRect, drawTexturedModalRect, drawTexturedModalRect, drawVerticalLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
charTyped, keyReleased, mouseScrolled
canFocus, focusChanged
public InventoryEffectRenderer(Container inventorySlotsIn)
protected void initGui()
initGui
in class GuiContainer
protected void updateActivePotionEffects()
public void render(int mouseX, int mouseY, float partialTicks)
render
in class GuiContainer