public class MCCreativeTab
extends java.lang.Object
implements crafttweaker.api.creativetabs.ICreativeTab
| Modifier and Type | Field and Description |
|---|---|
net.minecraft.creativetab.CreativeTabs |
tab |
| Constructor and Description |
|---|
MCCreativeTab(net.minecraft.creativetab.CreativeTabs tab,
java.lang.String label) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static crafttweaker.api.creativetabs.ICreativeTab |
getICreativeTab(net.minecraft.creativetab.CreativeTabs tab) |
net.minecraft.creativetab.CreativeTabs |
getInternal() |
int |
getSearchBarWidth() |
java.lang.String |
getTabLabel() |
int |
hashCode() |
void |
setBackgroundImageName(java.lang.String backgroundImage) |
void |
setNoScrollBar() |
void |
setNoTitle() |
public MCCreativeTab(net.minecraft.creativetab.CreativeTabs tab,
java.lang.String label)
public static crafttweaker.api.creativetabs.ICreativeTab getICreativeTab(net.minecraft.creativetab.CreativeTabs tab)
public void setBackgroundImageName(java.lang.String backgroundImage)
setBackgroundImageName in interface crafttweaker.api.creativetabs.ICreativeTabpublic int getSearchBarWidth()
getSearchBarWidth in interface crafttweaker.api.creativetabs.ICreativeTabpublic java.lang.String getTabLabel()
getTabLabel in interface crafttweaker.api.creativetabs.ICreativeTabpublic void setNoScrollBar()
setNoScrollBar in interface crafttweaker.api.creativetabs.ICreativeTabpublic void setNoTitle()
setNoTitle in interface crafttweaker.api.creativetabs.ICreativeTabpublic net.minecraft.creativetab.CreativeTabs getInternal()
getInternal in interface crafttweaker.api.creativetabs.ICreativeTabpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object