public class ItemStone
extends net.minecraft.item.Item
| Constructor and Description |
|---|
ItemStone() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesContainerItemLeaveCraftingGrid(net.minecraft.item.ItemStack stack) |
net.minecraft.item.ItemStack |
getContainerItem(net.minecraft.item.ItemStack stack) |
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 |
hasContainerItem(net.minecraft.item.ItemStack stack) |
boolean |
hasEffect(net.minecraft.item.ItemStack stack,
int pass) |
addInformation, canHarvestBlock, canItemEditBlocks, createEntity, doesSneakBypassUse, func_150893_a, func_150897_b, getArmorModel, getArmorTexture, getAttributeModifiers, getChestGenBase, getColorFromItemStack, 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, getRenderPasses, getShareTag, getSmeltingExperience, getSpriteNumber, getToolClasses, getUnlocalizedName, getUnlocalizedNameInefficiently, 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, registerIcons, 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 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.Itempublic boolean doesContainerItemLeaveCraftingGrid(net.minecraft.item.ItemStack stack)
doesContainerItemLeaveCraftingGrid in class net.minecraft.item.Itempublic boolean hasContainerItem(net.minecraft.item.ItemStack stack)
hasContainerItem in class net.minecraft.item.Itempublic net.minecraft.item.ItemStack getContainerItem(net.minecraft.item.ItemStack stack)
getContainerItem in class net.minecraft.item.Item