Class GuiListExtended

    • Constructor Detail

      • GuiListExtended

        public GuiListExtended​(Minecraft mcIn,
                               int widthIn,
                               int heightIn,
                               int topIn,
                               int bottomIn,
                               int slotHeightIn)
    • Method Detail

      • elementClicked

        protected void elementClicked​(int slotIndex,
                                      boolean isDoubleClick,
                                      int mouseX,
                                      int mouseY)
        + The element in the slot that was clicked, boolean for whether it was double clicked or not
        Specified by:
        elementClicked in class GuiSlot
      • isSelected

        protected boolean isSelected​(int slotIndex)
        + Returns true if the element passed in is currently selected
        Specified by:
        isSelected in class GuiSlot
      • drawSlot

        protected void drawSlot​(int entryID,
                                int mouseXIn,
                                int mouseYIn,
                                int parInt4,
                                int parInt5,
                                int parInt6)
        Specified by:
        drawSlot in class GuiSlot
      • func_178040_a

        protected void func_178040_a​(int parInt1,
                                     int parInt2,
                                     int parInt3)
        Overrides:
        func_178040_a in class GuiSlot
      • mouseClicked

        public boolean mouseClicked​(int mouseX,
                                    int mouseY,
                                    int mouseEvent)
      • mouseReleased

        public boolean mouseReleased​(int parInt1,
                                     int parInt2,
                                     int parInt3)