From dc3df3edd5843bde0c1335d6a8e460b2c832aa48 Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Sat, 17 Jun 2017 08:12:18 +0300 Subject: full project files --- .../net/minecraft/creativetab/CreativeTabs.html | 758 +++++++++++++++++++++ 1 file changed, 758 insertions(+) create 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 new file mode 100644 index 0000000..db7cdcc --- /dev/null +++ b/javadoc/net/minecraft/creativetab/CreativeTabs.html @@ -0,0 +1,758 @@ + + + + + +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