|
final int | itemID |
|
static Item[] | itemsList = new Item[32000] |
|
static Item | shovelIron = (new ItemSpade(0, EnumToolMaterial.IRON)).setUnlocalizedName("shovelIron") |
|
static Item | pickaxeIron = (new ItemPickaxe(1, EnumToolMaterial.IRON)).setUnlocalizedName("pickaxeIron") |
|
static Item | axeIron = (new ItemAxe(2, EnumToolMaterial.IRON)).setUnlocalizedName("hatchetIron") |
|
static Item | flintAndSteel = (new ItemFlintAndSteel(3)).setUnlocalizedName("flintAndSteel") |
|
static Item | appleRed = (new ItemFood(4, 4, 0.3F, false)).setUnlocalizedName("apple") |
|
static ItemBow | bow = (ItemBow)(new ItemBow(5)).setUnlocalizedName("bow") |
|
static Item | arrow = (new Item(6)).setUnlocalizedName("arrow").setCreativeTab(CreativeTabs.tabCombat) |
|
static Item | coal = (new ItemCoal(7)).setUnlocalizedName("coal") |
|
static Item | diamond = (new Item(8)).setUnlocalizedName("diamond").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | ingotIron = (new Item(9)).setUnlocalizedName("ingotIron").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | ingotGold = (new Item(10)).setUnlocalizedName("ingotGold").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | swordIron = (new ItemSword(11, EnumToolMaterial.IRON)).setUnlocalizedName("swordIron") |
|
static Item | swordWood = (new ItemSword(12, EnumToolMaterial.WOOD)).setUnlocalizedName("swordWood") |
|
static Item | shovelWood = (new ItemSpade(13, EnumToolMaterial.WOOD)).setUnlocalizedName("shovelWood") |
|
static Item | pickaxeWood = (new ItemPickaxe(14, EnumToolMaterial.WOOD)).setUnlocalizedName("pickaxeWood") |
|
static Item | axeWood = (new ItemAxe(15, EnumToolMaterial.WOOD)).setUnlocalizedName("hatchetWood") |
|
static Item | swordStone = (new ItemSword(16, EnumToolMaterial.STONE)).setUnlocalizedName("swordStone") |
|
static Item | shovelStone = (new ItemSpade(17, EnumToolMaterial.STONE)).setUnlocalizedName("shovelStone") |
|
static Item | pickaxeStone = (new ItemPickaxe(18, EnumToolMaterial.STONE)).setUnlocalizedName("pickaxeStone") |
|
static Item | axeStone = (new ItemAxe(19, EnumToolMaterial.STONE)).setUnlocalizedName("hatchetStone") |
|
static Item | swordDiamond = (new ItemSword(20, EnumToolMaterial.EMERALD)).setUnlocalizedName("swordDiamond") |
|
static Item | shovelDiamond = (new ItemSpade(21, EnumToolMaterial.EMERALD)).setUnlocalizedName("shovelDiamond") |
|
static Item | pickaxeDiamond = (new ItemPickaxe(22, EnumToolMaterial.EMERALD)).setUnlocalizedName("pickaxeDiamond") |
|
static Item | axeDiamond = (new ItemAxe(23, EnumToolMaterial.EMERALD)).setUnlocalizedName("hatchetDiamond") |
|
static Item | stick = (new Item(24)).setFull3D().setUnlocalizedName("stick").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | bowlEmpty = (new Item(25)).setUnlocalizedName("bowl").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | bowlSoup = (new ItemSoup(26, 6)).setUnlocalizedName("mushroomStew") |
|
static Item | swordGold = (new ItemSword(27, EnumToolMaterial.GOLD)).setUnlocalizedName("swordGold") |
|
static Item | shovelGold = (new ItemSpade(28, EnumToolMaterial.GOLD)).setUnlocalizedName("shovelGold") |
|
static Item | pickaxeGold = (new ItemPickaxe(29, EnumToolMaterial.GOLD)).setUnlocalizedName("pickaxeGold") |
|
static Item | axeGold = (new ItemAxe(30, EnumToolMaterial.GOLD)).setUnlocalizedName("hatchetGold") |
|
static Item | silk = (new ItemReed(31, Block.tripWire)).setUnlocalizedName("string").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | feather = (new Item(32)).setUnlocalizedName("feather").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | gunpowder = (new Item(33)).setUnlocalizedName("sulphur").setPotionEffect(PotionHelper.gunpowderEffect).setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | hoeWood = (new ItemHoe(34, EnumToolMaterial.WOOD)).setUnlocalizedName("hoeWood") |
|
static Item | hoeStone = (new ItemHoe(35, EnumToolMaterial.STONE)).setUnlocalizedName("hoeStone") |
|
static Item | hoeIron = (new ItemHoe(36, EnumToolMaterial.IRON)).setUnlocalizedName("hoeIron") |
|
static Item | hoeDiamond = (new ItemHoe(37, EnumToolMaterial.EMERALD)).setUnlocalizedName("hoeDiamond") |
|
static Item | hoeGold = (new ItemHoe(38, EnumToolMaterial.GOLD)).setUnlocalizedName("hoeGold") |
|
static Item | seeds = (new ItemSeeds(39, Block.crops.blockID, Block.tilledField.blockID)).setUnlocalizedName("seeds") |
|
static Item | wheat = (new Item(40)).setUnlocalizedName("wheat").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | bread = (new ItemFood(41, 5, 0.6F, false)).setUnlocalizedName("bread") |
|
static ItemArmor | helmetLeather = (ItemArmor)(new ItemArmor(42, EnumArmorMaterial.CLOTH, 0, 0)).setUnlocalizedName("helmetCloth") |
|
static ItemArmor | plateLeather = (ItemArmor)(new ItemArmor(43, EnumArmorMaterial.CLOTH, 0, 1)).setUnlocalizedName("chestplateCloth") |
|
static ItemArmor | legsLeather = (ItemArmor)(new ItemArmor(44, EnumArmorMaterial.CLOTH, 0, 2)).setUnlocalizedName("leggingsCloth") |
|
static ItemArmor | bootsLeather = (ItemArmor)(new ItemArmor(45, EnumArmorMaterial.CLOTH, 0, 3)).setUnlocalizedName("bootsCloth") |
|
static ItemArmor | helmetChain = (ItemArmor)(new ItemArmor(46, EnumArmorMaterial.CHAIN, 1, 0)).setUnlocalizedName("helmetChain") |
|
static ItemArmor | plateChain = (ItemArmor)(new ItemArmor(47, EnumArmorMaterial.CHAIN, 1, 1)).setUnlocalizedName("chestplateChain") |
|
static ItemArmor | legsChain = (ItemArmor)(new ItemArmor(48, EnumArmorMaterial.CHAIN, 1, 2)).setUnlocalizedName("leggingsChain") |
|
static ItemArmor | bootsChain = (ItemArmor)(new ItemArmor(49, EnumArmorMaterial.CHAIN, 1, 3)).setUnlocalizedName("bootsChain") |
|
static ItemArmor | helmetIron = (ItemArmor)(new ItemArmor(50, EnumArmorMaterial.IRON, 2, 0)).setUnlocalizedName("helmetIron") |
|
static ItemArmor | plateIron = (ItemArmor)(new ItemArmor(51, EnumArmorMaterial.IRON, 2, 1)).setUnlocalizedName("chestplateIron") |
|
static ItemArmor | legsIron = (ItemArmor)(new ItemArmor(52, EnumArmorMaterial.IRON, 2, 2)).setUnlocalizedName("leggingsIron") |
|
static ItemArmor | bootsIron = (ItemArmor)(new ItemArmor(53, EnumArmorMaterial.IRON, 2, 3)).setUnlocalizedName("bootsIron") |
|
static ItemArmor | helmetDiamond = (ItemArmor)(new ItemArmor(54, EnumArmorMaterial.DIAMOND, 3, 0)).setUnlocalizedName("helmetDiamond") |
|
static ItemArmor | plateDiamond = (ItemArmor)(new ItemArmor(55, EnumArmorMaterial.DIAMOND, 3, 1)).setUnlocalizedName("chestplateDiamond") |
|
static ItemArmor | legsDiamond = (ItemArmor)(new ItemArmor(56, EnumArmorMaterial.DIAMOND, 3, 2)).setUnlocalizedName("leggingsDiamond") |
|
static ItemArmor | bootsDiamond = (ItemArmor)(new ItemArmor(57, EnumArmorMaterial.DIAMOND, 3, 3)).setUnlocalizedName("bootsDiamond") |
|
static ItemArmor | helmetGold = (ItemArmor)(new ItemArmor(58, EnumArmorMaterial.GOLD, 4, 0)).setUnlocalizedName("helmetGold") |
|
static ItemArmor | plateGold = (ItemArmor)(new ItemArmor(59, EnumArmorMaterial.GOLD, 4, 1)).setUnlocalizedName("chestplateGold") |
|
static ItemArmor | legsGold = (ItemArmor)(new ItemArmor(60, EnumArmorMaterial.GOLD, 4, 2)).setUnlocalizedName("leggingsGold") |
|
static ItemArmor | bootsGold = (ItemArmor)(new ItemArmor(61, EnumArmorMaterial.GOLD, 4, 3)).setUnlocalizedName("bootsGold") |
|
static Item | flint = (new Item(62)).setUnlocalizedName("flint").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | porkRaw = (new ItemFood(63, 3, 0.3F, true)).setUnlocalizedName("porkchopRaw") |
|
static Item | porkCooked = (new ItemFood(64, 8, 0.8F, true)).setUnlocalizedName("porkchopCooked") |
|
static Item | painting = (new ItemHangingEntity(65, EntityPainting.class)).setUnlocalizedName("painting") |
|
static Item | appleGold = (new ItemAppleGold(66, 4, 1.2F, false)).setAlwaysEdible().setPotionEffect(Potion.regeneration.id, 5, 0, 1.0F).setUnlocalizedName("appleGold") |
|
static Item | sign = (new ItemSign(67)).setUnlocalizedName("sign") |
|
static Item | doorWood = (new ItemDoor(68, Material.wood)).setUnlocalizedName("doorWood") |
|
static Item | bucketEmpty = (new ItemBucket(69, 0)).setUnlocalizedName("bucket").setMaxStackSize(16) |
|
static Item | bucketWater = (new ItemBucket(70, Block.waterMoving.blockID)).setUnlocalizedName("bucketWater").setContainerItem(bucketEmpty) |
|
static Item | bucketLava = (new ItemBucket(71, Block.lavaMoving.blockID)).setUnlocalizedName("bucketLava").setContainerItem(bucketEmpty) |
|
static Item | minecartEmpty = (new ItemMinecart(72, 0)).setUnlocalizedName("minecart") |
|
static Item | saddle = (new ItemSaddle(73)).setUnlocalizedName("saddle") |
|
static Item | doorIron = (new ItemDoor(74, Material.iron)).setUnlocalizedName("doorIron") |
|
static Item | redstone = (new ItemRedstone(75)).setUnlocalizedName("redstone").setPotionEffect(PotionHelper.redstoneEffect) |
|
static Item | snowball = (new ItemSnowball(76)).setUnlocalizedName("snowball") |
|
static Item | boat = (new ItemBoat(77)).setUnlocalizedName("boat") |
|
static Item | leather = (new Item(78)).setUnlocalizedName("leather").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | bucketMilk = (new ItemBucketMilk(79)).setUnlocalizedName("milk").setContainerItem(bucketEmpty) |
|
static Item | brick = (new Item(80)).setUnlocalizedName("brick").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | clay = (new Item(81)).setUnlocalizedName("clay").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | reed = (new ItemReed(82, Block.reed)).setUnlocalizedName("reeds").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | paper = (new Item(83)).setUnlocalizedName("paper").setCreativeTab(CreativeTabs.tabMisc) |
|
static Item | book = (new ItemBook(84)).setUnlocalizedName("book").setCreativeTab(CreativeTabs.tabMisc) |
|
static Item | slimeBall = (new Item(85)).setUnlocalizedName("slimeball").setCreativeTab(CreativeTabs.tabMisc) |
|
static Item | minecartCrate = (new ItemMinecart(86, 1)).setUnlocalizedName("minecartChest") |
|
static Item | minecartPowered = (new ItemMinecart(87, 2)).setUnlocalizedName("minecartFurnace") |
|
static Item | egg = (new ItemEgg(88)).setUnlocalizedName("egg") |
|
static Item | compass = (new Item(89)).setUnlocalizedName("compass").setCreativeTab(CreativeTabs.tabTools) |
|
static ItemFishingRod | fishingRod = (ItemFishingRod)(new ItemFishingRod(90)).setUnlocalizedName("fishingRod") |
|
static Item | pocketSundial = (new Item(91)).setUnlocalizedName("clock").setCreativeTab(CreativeTabs.tabTools) |
|
static Item | lightStoneDust = (new Item(92)).setUnlocalizedName("yellowDust").setPotionEffect(PotionHelper.glowstoneEffect).setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | fishRaw = (new ItemFood(93, 2, 0.3F, false)).setUnlocalizedName("fishRaw") |
|
static Item | fishCooked = (new ItemFood(94, 5, 0.6F, false)).setUnlocalizedName("fishCooked") |
|
static Item | dyePowder = (new ItemDye(95)).setUnlocalizedName("dyePowder") |
|
static Item | bone = (new Item(96)).setUnlocalizedName("bone").setFull3D().setCreativeTab(CreativeTabs.tabMisc) |
|
static Item | sugar = (new Item(97)).setUnlocalizedName("sugar").setPotionEffect(PotionHelper.sugarEffect).setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | cake = (new ItemReed(98, Block.cake)).setMaxStackSize(1).setUnlocalizedName("cake").setCreativeTab(CreativeTabs.tabFood) |
|
static Item | bed = (new ItemBed(99)).setMaxStackSize(1).setUnlocalizedName("bed") |
|
static Item | redstoneRepeater = (new ItemReed(100, Block.redstoneRepeaterIdle)).setUnlocalizedName("diode").setCreativeTab(CreativeTabs.tabRedstone) |
|
static Item | cookie = (new ItemFood(101, 2, 0.1F, false)).setUnlocalizedName("cookie") |
|
static ItemMap | map = (ItemMap)(new ItemMap(102)).setUnlocalizedName("map") |
|
static ItemShears | shears = (ItemShears)(new ItemShears(103)).setUnlocalizedName("shears") |
|
static Item | melon = (new ItemFood(104, 2, 0.3F, false)).setUnlocalizedName("melon") |
|
static Item | pumpkinSeeds = (new ItemSeeds(105, Block.pumpkinStem.blockID, Block.tilledField.blockID)).setUnlocalizedName("seeds_pumpkin") |
|
static Item | melonSeeds = (new ItemSeeds(106, Block.melonStem.blockID, Block.tilledField.blockID)).setUnlocalizedName("seeds_melon") |
|
static Item | beefRaw = (new ItemFood(107, 3, 0.3F, true)).setUnlocalizedName("beefRaw") |
|
static Item | beefCooked = (new ItemFood(108, 8, 0.8F, true)).setUnlocalizedName("beefCooked") |
|
static Item | chickenRaw = (new ItemFood(109, 2, 0.3F, true)).setPotionEffect(Potion.hunger.id, 30, 0, 0.3F).setUnlocalizedName("chickenRaw") |
|
static Item | chickenCooked = (new ItemFood(110, 6, 0.6F, true)).setUnlocalizedName("chickenCooked") |
|
static Item | rottenFlesh = (new ItemFood(111, 4, 0.1F, true)).setPotionEffect(Potion.hunger.id, 30, 0, 0.8F).setUnlocalizedName("rottenFlesh") |
|
static Item | enderPearl = (new ItemEnderPearl(112)).setUnlocalizedName("enderPearl") |
|
static Item | blazeRod = (new Item(113)).setUnlocalizedName("blazeRod").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | ghastTear = (new Item(114)).setUnlocalizedName("ghastTear").setPotionEffect(PotionHelper.ghastTearEffect).setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | goldNugget = (new Item(115)).setUnlocalizedName("goldNugget").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | netherStalkSeeds = (new ItemSeeds(116, Block.netherStalk.blockID, Block.slowSand.blockID)).setUnlocalizedName("netherStalkSeeds").setPotionEffect("+4") |
|
static ItemPotion | potion = (ItemPotion)(new ItemPotion(117)).setUnlocalizedName("potion") |
|
static Item | glassBottle = (new ItemGlassBottle(118)).setUnlocalizedName("glassBottle") |
|
static Item | spiderEye = (new ItemFood(119, 2, 0.8F, false)).setPotionEffect(Potion.poison.id, 5, 0, 1.0F).setUnlocalizedName("spiderEye").setPotionEffect(PotionHelper.spiderEyeEffect) |
|
static Item | fermentedSpiderEye = (new Item(120)).setUnlocalizedName("fermentedSpiderEye").setPotionEffect(PotionHelper.fermentedSpiderEyeEffect).setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | blazePowder = (new Item(121)).setUnlocalizedName("blazePowder").setPotionEffect(PotionHelper.blazePowderEffect).setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | magmaCream = (new Item(122)).setUnlocalizedName("magmaCream").setPotionEffect(PotionHelper.magmaCreamEffect).setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | brewingStand = (new ItemReed(123, Block.brewingStand)).setUnlocalizedName("brewingStand").setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | cauldron = (new ItemReed(124, Block.cauldron)).setUnlocalizedName("cauldron").setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | eyeOfEnder = (new ItemEnderEye(125)).setUnlocalizedName("eyeOfEnder") |
|
static Item | speckledMelon = (new Item(126)).setUnlocalizedName("speckledMelon").setPotionEffect(PotionHelper.speckledMelonEffect).setCreativeTab(CreativeTabs.tabBrewing) |
|
static Item | monsterPlacer = (new ItemMonsterPlacer(127)).setUnlocalizedName("monsterPlacer") |
|
static Item | expBottle = (new ItemExpBottle(128)).setUnlocalizedName("expBottle") |
|
static Item | fireballCharge = (new ItemFireball(129)).setUnlocalizedName("fireball") |
|
static Item | writableBook = (new ItemWritableBook(130)).setUnlocalizedName("writingBook").setCreativeTab(CreativeTabs.tabMisc) |
|
static Item | writtenBook = (new ItemEditableBook(131)).setUnlocalizedName("writtenBook") |
|
static Item | emerald = (new Item(132)).setUnlocalizedName("emerald").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | itemFrame = (new ItemHangingEntity(133, EntityItemFrame.class)).setUnlocalizedName("frame") |
|
static Item | flowerPot = (new ItemReed(134, Block.flowerPot)).setUnlocalizedName("flowerPot").setCreativeTab(CreativeTabs.tabDecorations) |
|
static Item | carrot = (new ItemSeedFood(135, 4, 0.6F, Block.carrot.blockID, Block.tilledField.blockID)).setUnlocalizedName("carrots") |
|
static Item | potato = (new ItemSeedFood(136, 1, 0.3F, Block.potato.blockID, Block.tilledField.blockID)).setUnlocalizedName("potato") |
|
static Item | bakedPotato = (new ItemFood(137, 6, 0.6F, false)).setUnlocalizedName("potatoBaked") |
|
static Item | poisonousPotato = (new ItemFood(138, 2, 0.3F, false)).setPotionEffect(Potion.poison.id, 5, 0, 0.6F).setUnlocalizedName("potatoPoisonous") |
|
static ItemEmptyMap | emptyMap = (ItemEmptyMap)(new ItemEmptyMap(139)).setUnlocalizedName("emptyMap") |
|
static Item | goldenCarrot = (new ItemFood(140, 6, 1.2F, false)).setUnlocalizedName("carrotGolden").setPotionEffect(PotionHelper.goldenCarrotEffect) |
|
static Item | skull = (new ItemSkull(141)).setUnlocalizedName("skull") |
|
static Item | carrotOnAStick = (new ItemCarrotOnAStick(142)).setUnlocalizedName("carrotOnAStick") |
|
static Item | netherStar = (new ItemSimpleFoiled(143)).setUnlocalizedName("netherStar").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | pumpkinPie = (new ItemFood(144, 8, 0.3F, false)).setUnlocalizedName("pumpkinPie").setCreativeTab(CreativeTabs.tabFood) |
|
static Item | firework = (new ItemFirework(145)).setUnlocalizedName("fireworks") |
|
static Item | fireworkCharge = (new ItemFireworkCharge(146)).setUnlocalizedName("fireworksCharge").setCreativeTab(CreativeTabs.tabMisc) |
|
static ItemEnchantedBook | enchantedBook = (ItemEnchantedBook)(new ItemEnchantedBook(147)).setMaxStackSize(1).setUnlocalizedName("enchantedBook") |
|
static Item | comparator = (new ItemReed(148, Block.redstoneComparatorIdle)).setUnlocalizedName("comparator").setCreativeTab(CreativeTabs.tabRedstone) |
|
static Item | netherrackBrick = (new Item(149)).setUnlocalizedName("netherbrick").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | netherQuartz = (new Item(150)).setUnlocalizedName("netherquartz").setCreativeTab(CreativeTabs.tabMaterials) |
|
static Item | minecartTnt = (new ItemMinecart(151, 3)).setUnlocalizedName("minecartTnt") |
|
static Item | minecartHopper = (new ItemMinecart(152, 5)).setUnlocalizedName("minecartHopper") |
|
static Item | record13 = (new ItemRecord(2000, "13")).setUnlocalizedName("record") |
|
static Item | recordCat = (new ItemRecord(2001, "cat")).setUnlocalizedName("record") |
|
static Item | recordBlocks = (new ItemRecord(2002, "blocks")).setUnlocalizedName("record") |
|
static Item | recordChirp = (new ItemRecord(2003, "chirp")).setUnlocalizedName("record") |
|
static Item | recordFar = (new ItemRecord(2004, "far")).setUnlocalizedName("record") |
|
static Item | recordMall = (new ItemRecord(2005, "mall")).setUnlocalizedName("record") |
|
static Item | recordMellohi = (new ItemRecord(2006, "mellohi")).setUnlocalizedName("record") |
|
static Item | recordStal = (new ItemRecord(2007, "stal")).setUnlocalizedName("record") |
|
static Item | recordStrad = (new ItemRecord(2008, "strad")).setUnlocalizedName("record") |
|
static Item | recordWard = (new ItemRecord(2009, "ward")).setUnlocalizedName("record") |
|
static Item | record11 = (new ItemRecord(2010, "11")).setUnlocalizedName("record") |
|
static Item | recordWait = (new ItemRecord(2011, "wait")).setUnlocalizedName("record") |
|
Item | setHasSubtypes (boolean par1) |
|
MovingObjectPosition | getMovingObjectPositionFromPlayer (World par1World, EntityPlayer par2EntityPlayer, boolean par3) |
|
int | maxStackSize = 64 |
|
boolean | bFull3D = false |
|
boolean | hasSubtypes = false |
|
Icon | itemIcon |
|
boolean | canRepair = true |
|
static Random | itemRand = new Random() |
|