public class ItemMaterial
extends net.minecraft.item.Item
| Constructor and Description |
|---|
ItemMaterial() |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.IIcon |
getIconFromDamage(int meta) |
net.minecraft.item.EnumRarity |
getRarity(net.minecraft.item.ItemStack stack) |
void |
getSubItems(net.minecraft.item.Item item,
net.minecraft.creativetab.CreativeTabs tabs,
java.util.List list) |
java.lang.String |
getUnlocalizedName(net.minecraft.item.ItemStack stack) |
boolean |
hasEffect(net.minecraft.item.ItemStack stack,
int pass) |
void |
registerIcons(net.minecraft.client.renderer.texture.IIconRegister register) |
addInformation, canHarvestBlock, canItemEditBlocks, createEntity, doesContainerItemLeaveCraftingGrid, doesSneakBypassUse, func_150893_a, func_150897_b, getArmorModel, getArmorTexture, getAttributeModifiers, getChestGenBase, getColorFromItemStack, getContainerItem, getContainerItem, getCreativeTab, getCreativeTabs, getDamage, getDigSpeed, getDisplayDamage, getDurabilityForDisplay, getEntityLifespan, getFontRenderer, getHarvestLevel, getHasSubtypes, getIcon, getIcon, getIconFromDamageForRenderPass, getIconIndex, getIconString, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMovingObjectPositionFromPlayer, getPotionEffect, getRenderPasses, getShareTag, getSmeltingExperience, getSpriteNumber, getToolClasses, getUnlocalizedName, getUnlocalizedNameInefficiently, hasContainerItem, hasContainerItem, hasCustomEntity, hasEffect, hitEntity, isBeaconPayment, isBookEnchantable, isDamageable, isDamaged, isFull3D, isItemTool, isMap, isPotionIngredient, isRepairable, isValidArmor, itemInteractionForEntity, onArmorTick, onBlockDestroyed, onBlockStartBreak, onCreated, onDroppedByPlayer, onEaten, onEntityItemUpdate, onEntitySwing, onItemRightClick, onItemUse, onItemUseFirst, onLeftClickEntity, onPlayerStoppedUsing, onUpdate, onUsingTick, registerItems, renderHelmetOverlay, requiresMultipleRenderPasses, setContainerItem, setCreativeTab, setDamage, setFull3D, setHarvestLevel, setHasSubtypes, setMaxDamage, setMaxStackSize, setNoRepair, setPotionEffect, setTextureName, setUnlocalizedName, shouldRotateAroundWhenRendering, showDurabilityBarpublic java.lang.String getUnlocalizedName(net.minecraft.item.ItemStack stack)
getUnlocalizedName in class net.minecraft.item.Itempublic void getSubItems(net.minecraft.item.Item item,
net.minecraft.creativetab.CreativeTabs tabs,
java.util.List list)
getSubItems in class net.minecraft.item.Itempublic net.minecraft.util.IIcon getIconFromDamage(int meta)
getIconFromDamage in class net.minecraft.item.Itempublic void registerIcons(net.minecraft.client.renderer.texture.IIconRegister register)
registerIcons in class net.minecraft.item.Itempublic boolean hasEffect(net.minecraft.item.ItemStack stack,
int pass)
hasEffect in class net.minecraft.item.Itempublic net.minecraft.item.EnumRarity getRarity(net.minecraft.item.ItemStack stack)
getRarity in class net.minecraft.item.Item