public abstract class ItemBase
extends net.minecraft.item.Item
Constructor and Description |
---|
ItemBase() |
Modifier and Type | Method and Description |
---|---|
abstract java.lang.String |
getModId()
Gets the modid to which the block is associated to
|
abstract net.minecraft.creativetab.CreativeTabs |
getTab()
Gets the creative tab this item belongs to
|
java.lang.String |
getUnlocalizedName() |
java.lang.String |
getUnlocalizedName(net.minecraft.item.ItemStack item) |
protected java.lang.String |
getUnwrappedUnlocalizedName(java.lang.String unlocalizedName) |
void |
registerIcons(net.minecraft.client.renderer.texture.IIconRegister iconRegister) |
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, getIconFromDamage, getIconFromDamageForRenderPass, getIconIndex, getIconString, getIdFromItem, getIsRepairable, getItemAttributeModifiers, getItemById, getItemEnchantability, getItemEnchantability, getItemFromBlock, getItemStackDisplayName, getItemStackLimit, getItemStackLimit, getItemUseAction, getMaxDamage, getMaxDamage, getMaxItemUseDuration, getMetadata, getMovingObjectPositionFromPlayer, getPotionEffect, getRarity, getRenderPasses, getShareTag, getSmeltingExperience, getSpriteNumber, getSubItems, getToolClasses, getUnlocalizedNameInefficiently, hasContainerItem, hasContainerItem, hasCustomEntity, hasEffect, 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, showDurabilityBar
public abstract net.minecraft.creativetab.CreativeTabs getTab()
public abstract java.lang.String getModId()
public java.lang.String getUnlocalizedName()
getUnlocalizedName
in class net.minecraft.item.Item
public java.lang.String getUnlocalizedName(net.minecraft.item.ItemStack item)
getUnlocalizedName
in class net.minecraft.item.Item
public void registerIcons(net.minecraft.client.renderer.texture.IIconRegister iconRegister)
registerIcons
in class net.minecraft.item.Item
protected java.lang.String getUnwrappedUnlocalizedName(java.lang.String unlocalizedName)