Package org.cyclops.cyclopscore.init
Class ItemGroupMod
java.lang.Object
net.minecraft.world.item.CreativeModeTab
org.cyclops.cyclopscore.init.ItemGroupMod
public class ItemGroupMod
extends net.minecraft.world.item.CreativeModeTab
A creative tab which displays a simple item or block with the modname as label.
-
Field Summary
Fields inherited from class net.minecraft.world.item.CreativeModeTab
TAB_BREWING, TAB_BUILDING_BLOCKS, TAB_COMBAT, TAB_DECORATIONS, TAB_FOOD, TAB_HOTBAR, TAB_INVENTORY, TAB_MATERIALS, TAB_MISC, TAB_REDSTONE, TAB_SEARCH, TAB_TOOLS, TAB_TRANSPORTATION, TABS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.minecraft.world.item.CreativeModeTab
canScroll, fillItemList, getBackgroundImage, getBackgroundSuffix, getColumn, getDisplayName, getEnchantmentCategories, getGroupCountSafe, getIconItem, getId, getLabelColor, getRecipeFolderName, getSearchbarWidth, getSlotColor, getTabPage, getTabsImage, hasEnchantmentCategory, hasSearchBar, hideScroll, hideTitle, isAlignedRight, isTopRow, setBackgroundImage, setBackgroundSuffix, setEnchantmentCategories, setRecipeFolderName, showTitle
-
Constructor Details
-
ItemGroupMod
-
-
Method Details
-
makeIcon
public net.minecraft.world.item.ItemStack makeIcon()- Specified by:
makeIcon
in classnet.minecraft.world.item.CreativeModeTab
-