public class AttributeFilterScreen extends AbstractFilterScreen<AttributeFilterContainer>
backgroundwidgets, windowXOffset, windowYOffsethoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos| Constructor and Description |
|---|
AttributeFilterScreen(AttributeFilterContainer container,
net.minecraft.entity.player.PlayerInventory inv,
net.minecraft.util.text.ITextComponent title) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
contentsCleared() |
protected java.util.List<IconButton> |
getTooltipButtons() |
protected java.util.List<net.minecraft.util.text.IFormattableTextComponent> |
getTooltipDescriptions() |
protected boolean |
handleAddedAttibute(boolean inverted) |
protected void |
init() |
protected boolean |
isButtonEnabled(IconButton button) |
protected boolean |
isIndicatorOn(Indicator indicator) |
boolean |
mouseClicked(double x,
double y,
int button) |
protected void |
renderTooltip(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY) |
void |
renderWindowForeground(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
getExtraAreas, handleIndicators, handleTooltips, renderWindow, sendOptionUpdatecharTyped, debugExtraAreas, debugWindowArea, getItemCountTextScale, getLeftOfCentered, keyPressed, mouseReleased, mouseScrolled, render, renderBg, renderItemOverlayIntoGUI, renderLabels, renderPlayerInventory, setWindowOffset, setWindowSizecheckHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, hasClickedOutside, isHovering, isPauseScreen, mouseDragged, onClose, removed, 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 AttributeFilterScreen(AttributeFilterContainer container, net.minecraft.entity.player.PlayerInventory inv, net.minecraft.util.text.ITextComponent title)
protected void init()
init in class AbstractFilterScreen<AttributeFilterContainer>public void renderWindowForeground(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY,
float partialTicks)
renderWindowForeground in class AbstractSimiContainerScreen<AttributeFilterContainer>public void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class AbstractFilterScreen<AttributeFilterContainer>protected void renderTooltip(com.mojang.blaze3d.matrix.MatrixStack matrixStack,
int mouseX,
int mouseY)
renderTooltip in class net.minecraft.client.gui.screen.inventory.ContainerScreen<AttributeFilterContainer>protected java.util.List<IconButton> getTooltipButtons()
getTooltipButtons in class AbstractFilterScreen<AttributeFilterContainer>protected java.util.List<net.minecraft.util.text.IFormattableTextComponent> getTooltipDescriptions()
getTooltipDescriptions in class AbstractFilterScreen<AttributeFilterContainer>public boolean mouseClicked(double x,
double y,
int button)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlermouseClicked in class AbstractFilterScreen<AttributeFilterContainer>protected boolean handleAddedAttibute(boolean inverted)
protected void contentsCleared()
contentsCleared in class AbstractFilterScreen<AttributeFilterContainer>protected boolean isButtonEnabled(IconButton button)
isButtonEnabled in class AbstractFilterScreen<AttributeFilterContainer>protected boolean isIndicatorOn(Indicator indicator)
isIndicatorOn in class AbstractFilterScreen<AttributeFilterContainer>