public class ItemSkull extends Item
Item.ToolMaterial
Modifier and Type | Field and Description |
---|---|
static java.lang.String[] |
field_94587_a |
bFull3D, delegate, field_111210_e, hasSubtypes, iconString, itemIcon, itemRand, itemRegistry, maxStackSize
Constructor and Description |
---|
ItemSkull() |
Modifier and Type | Method and Description |
---|---|
IIcon |
getIconFromDamage(int p_77617_1_) |
java.lang.String |
getItemStackDisplayName(ItemStack p_77653_1_) |
int |
getMetadata(int p_77647_1_) |
void |
getSubItems(Item p_150895_1_,
CreativeTabs p_150895_2_,
java.util.List p_150895_3_) |
java.lang.String |
getUnlocalizedName(ItemStack p_77667_1_) |
boolean |
onItemUse(ItemStack p_77648_1_,
EntityPlayer p_77648_2_,
World p_77648_3_,
int p_77648_4_,
int p_77648_5_,
int p_77648_6_,
int p_77648_7_,
float p_77648_8_,
float p_77648_9_,
float p_77648_10_) |
void |
registerIcons(IIconRegister p_94581_1_) |
addInformation, canItemEditBlocks, doesContainerItemLeaveCraftingGrid, func_150893_a, func_150897_b, getColorFromItemStack, getContainerItem, getCreativeTab, getHasSubtypes, getIconFromDamageForRenderPass, getIconIndex, getIconString, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemFromBlock, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxItemUseDuration, getMovingObjectPositionFromPlayer, getPotionEffect, getRarity, getShareTag, getSpriteNumber, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasEffect, hitEntity, isDamageable, isFull3D, isItemTool, isMap, isPotionIngredient, itemInteractionForEntity, onBlockDestroyed, onCreated, onEaten, onItemRightClick, onPlayerStoppedUsing, onUpdate, registerItems, requiresMultipleRenderPasses, setContainerItem, setCreativeTab, setFull3D, setHasSubtypes, setMaxDamage, setMaxStackSize, setPotionEffect, setTextureName, setUnlocalizedName, shouldRotateAroundWhenRendering
public boolean onItemUse(ItemStack p_77648_1_, EntityPlayer p_77648_2_, World p_77648_3_, int p_77648_4_, int p_77648_5_, int p_77648_6_, int p_77648_7_, float p_77648_8_, float p_77648_9_, float p_77648_10_)
public void getSubItems(Item p_150895_1_, CreativeTabs p_150895_2_, java.util.List p_150895_3_)
getSubItems
in class Item
public int getMetadata(int p_77647_1_)
getMetadata
in class Item
public java.lang.String getUnlocalizedName(ItemStack p_77667_1_)
getUnlocalizedName
in class Item
public IIcon getIconFromDamage(int p_77617_1_)
getIconFromDamage
in class Item
public java.lang.String getItemStackDisplayName(ItemStack p_77653_1_)
getItemStackDisplayName
in class Item
public void registerIcons(IIconRegister p_94581_1_)
registerIcons
in class Item