From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../net/minecraft/creativetab/CreativeTabs.html | 758 --------------------- 1 file changed, 758 deletions(-) delete mode 100644 javadoc/net/minecraft/creativetab/CreativeTabs.html (limited to 'javadoc/net/minecraft/creativetab/CreativeTabs.html') diff --git a/javadoc/net/minecraft/creativetab/CreativeTabs.html b/javadoc/net/minecraft/creativetab/CreativeTabs.html deleted file mode 100644 index db7cdcc..0000000 --- a/javadoc/net/minecraft/creativetab/CreativeTabs.html +++ /dev/null @@ -1,758 +0,0 @@ - - - - - -CreativeTabs (Forge API) - - - - - - - -
- - - - - -
- - - -
-
net.minecraft.creativetab
-

Class CreativeTabs

-
-
- -
-
    -
  • -
    -
    -
    public abstract class CreativeTabs
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - - - -
      -
    • - - -

      Constructor Detail

      - - - -
        -
      • -

        CreativeTabs

        -
        public CreativeTabs(java.lang.String lable)
        -
      • -
      - - - -
        -
      • -

        CreativeTabs

        -
        public CreativeTabs(int p_i1853_1_,
        -            java.lang.String p_i1853_2_)
        -
      • -
      -
    • -
    - -
      -
    • - - -

      Method Detail

      - - - -
        -
      • -

        getTabIndex

        -
        public int getTabIndex()
        -
      • -
      - - - -
        -
      • -

        setBackgroundImageName

        -
        public CreativeTabs setBackgroundImageName(java.lang.String p_78025_1_)
        -
      • -
      - - - -
        -
      • -

        getTabLabel

        -
        public java.lang.String getTabLabel()
        -
      • -
      - - - -
        -
      • -

        getTranslatedTabLabel

        -
        public java.lang.String getTranslatedTabLabel()
        -
      • -
      - - - -
        -
      • -

        getIconItemStack

        -
        public ItemStack getIconItemStack()
        -
      • -
      - - - -
        -
      • -

        getTabIconItem

        -
        public abstract Item getTabIconItem()
        -
      • -
      - - - -
        -
      • -

        func_151243_f

        -
        public int func_151243_f()
        -
      • -
      - - - -
        -
      • -

        getBackgroundImageName

        -
        public java.lang.String getBackgroundImageName()
        -
      • -
      - - - -
        -
      • -

        drawInForegroundOfTab

        -
        public boolean drawInForegroundOfTab()
        -
      • -
      - - - - - - - -
        -
      • -

        shouldHidePlayerInventory

        -
        public boolean shouldHidePlayerInventory()
        -
      • -
      - - - -
        -
      • -

        setNoScrollbar

        -
        public CreativeTabs setNoScrollbar()
        -
      • -
      - - - -
        -
      • -

        getTabColumn

        -
        public int getTabColumn()
        -
      • -
      - - - -
        -
      • -

        isTabInFirstRow

        -
        public boolean isTabInFirstRow()
        -
      • -
      - - - - - - - - - - - - - - - -
        -
      • -

        displayAllReleventItems

        -
        public void displayAllReleventItems(java.util.List p_78018_1_)
        -
      • -
      - - - -
        -
      • -

        addEnchantmentBooksToList

        -
        public void addEnchantmentBooksToList(java.util.List p_92116_1_,
        -                             EnumEnchantmentType... p_92116_2_)
        -
      • -
      - - - -
        -
      • -

        getTabPage

        -
        public int getTabPage()
        -
      • -
      - - - -
        -
      • -

        getNextID

        -
        public static int getNextID()
        -
      • -
      - - - -
        -
      • -

        hasSearchBar

        -
        public boolean hasSearchBar()
        -
        Determines if the search bar should be shown for this tab.
        -
        Returns:
        True to show the bar
        -
      • -
      - - - -
        -
      • -

        getSearchbarWidth

        -
        public int getSearchbarWidth()
        -
        Gets the width of the search bar of the creative tab, use this if your - creative tab name overflows together with a custom texture.
        -
        Returns:
        The width of the search bar, 89 by default
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3