Entity List

This page contains a list of "entities." Entities include blocks, items, and creatures, almost all of which can be used as objects, tools, and drops.

Object?Tool?Drop?
BlockYes (when broken or clicked; see "action:" parameter)Yes (if in hand)Yes (in collectible form)
ItemNo (except vehicles and paintings)Yes (if in hand)Yes (in collectible form)
CreatureYes (when dying or clicked)Yes (as attacker)Yes (spawns)

Quick Lists

The names listed here are a subset of values built into Bukkit's internal list (Materials Enum); new values built into future versions of Bukkit will work with OtherDrops automatically.

See here for the official Bukkit material list and here for the official CreatureType list.

Note that all entity names (including group synonyms and special values) optionally accept a space in place of an underscore.

Creatures

For more information on creatures, see the Creatures page.

Group Synonyms (Blocks/Items)

See Creatures page for creatures' group synonyms.

ANY_FURNACE
FURNACE, BURNING_FURNACE
ANY_SIGN
SIGN_POST (block), WALL_SIGN (block), SIGN (item)
ANY_MINECART
MINECART, POWERED_MINECART, STORAGE_MINECART
ANY_RAIL
RAILS, POWERED_RAIL, DETECTOR_RAIL
ANY_REDSTONE_ORE
REDSTONE_ORE, GLOWING_REDSTONE_ORE
ANY_REDSTONE_TORCH
REDSTONE_TORCH_ON, REDSTONE_TORCH_OFF
ANY_DIODE
DIODE_BLOCK_ON (block), DIODE_BLOCK_OFF (block), DIODE (item)
ANY_PISTON
PISTON_BASE, PISTON_STICKY_BASE, PISTON_EXTENSION, PISTON_MOVING_PIECE
ANY_VEHICLE
VEHICLE_MINECART, VEHICLE_STORAGE_MINECART, VEHICLE_POWERED_MINECART, VEHICLE_BOAT
ANY_SPADE
any of 5 spade/shovel types
ANY_AXE
any of 5 axe types
ANY_HOE
any of 5 hoe types
ANY_PICKAXE
any of 5 pickaxe types
ANY_SWORD
any of 5 sword types
ANY_BUCKET
BUCKET, LAVA_BUCKET, WATER_BUCKET, MILK_BUCKET
ANY_HELMET
any of 5 helmet types
ANY_CHESTPLATE
any of 5 chestplate types
ANY_LEGGINGS
any of 5 legging types
ANY_BOOTS
any of 5 boot types
ANY_TOOL
FLINT_AND_STEEL, BOW, FISHING_ROD, SADDLE, ANY_SPADE, ANY_AXE, ANY_HOE, ANY_PICKAXE, ANY_SWORD, ANY_BUCKET
ANY_WEAPON
BOW, ARROW, ANY_SWORD
ANY_ARMOR
ANY_HELMET, ANY_CHESTPLATE, ANY_LEGGINGS, ANY_BOOTS
ANY_ARMOUR
alias for ANY_ARMOR
ANY_BLOCK
any entity in the Blocks list above
ANY_ITEM
any entity in the Items list above
ANY_OBJECT
any block or item (including AIR); excludes creatures and all "special values" listed on object, tool, and drop pages

If used as drops, the "ANY_" synonyms will drop a random item from the entities matching their respective category. To drop one of each matching entity, use "EVERY_" instead.

Block Details

The following list includes clickable headers which lead to the Minecraft Wiki. Some blocks support data values (though only some retain their data values upon conversion to inventory form); see the Data Values page for details.

The official Bukkit Material page has the most up-to-date list of block & item names.

This list will generally show only the official names of blocks/items - see the source-code here for possible alternate names.

Work in progress - this list is being converted into a more concise table layout but this is a big job so I'm doing it in parts as time permits.

IDNameNotes
0AIRAliases: 0, NOTHING, HANDS
Notes: As a drop, produces nothing (can be used to negate the default drop). As a tool, refers to bare hands. As an object, can be used only with an "action:" parameter of LEFT_CLICK or RIGHT_CLICK (this feature is not yet supported).
1STONE
2GRASSNote: Usually unobtainable except via Creative Mode (by default, it breaks to produce DIRT, #3)
3DIRT
4COBBLESTONE
5WOODAliases: PLANK, WOODEN_PLANK Note: Not to be confused with LOG (#17).
6SAPLING
Data Values:Official Bukkit TreeSpecies
@0GENERICThe basic tree type
@1REDWOODThe redwood/spruce tree type
@2BIRCHThe birch tree type
@3JUNGLEJungle tree type
7BEDROCKNote: Usually unobtainable except via Creative Mode.
8WATERNotes: Not usable as an object (it's unbreakable and unclickable). Usually not found in players' inventories (proper item form is WATER_BUCKET, #326).
Data Values: 0-15 (level)
9STATIONARY_WATERNote: Non-flowing version of WATER (#8).
10LAVANotes: Not usable as an object (it's unbreakable and unclickable). Usually not found in players' inventories (proper item form is LAVA_BUCKET, #327).
Data Values: 0-15 (level).
11STATIONARY_LAVANote: Non-flowing version of LAVA (#10).
12SAND
13GRAVEL
14GOLD_ORENote: This is the block which can be smelted into GOLD_INGOT (#266).
15IRON_ORENote: This is the block which can be smelted into IRON_INGOT (#265).
16COAL_ORENote: Usually unobtainable except via Creative Mode (by default, it breaks to produce COAL, #263).
17LOGNote: Not to be confused with WOOD (#5, wood planks).
Data Values:
@0GENERICThe basic log texture
@1REDWOODThe redwood/spruce log texture
@2BIRCHThe light-colored birch log texture
18LEAVES
Data Values:
@0GENERICThe basic leaf texture
@1REDWOODThe redwood/spruce leaf texture
@2BIRCHThe birch leaf texture
19SPONGENote: Usually unobtainable except via Creative Mode.
20GLASSNote: Usually non-reclaimable by default once placed (by default, it breaks and drops nothing).
21LAPIS_ORENote: Usually unobtainable except via Creative Mode (by default, it breaks to produce DYE@BLUE).
22LAPIS_BLOCKNote: This is the block crafted from DYE@BLUE.
23DISPENSERData Values: 2-5 (orientation)
Other Data Values: You may also specify dispenser contents by name as a data value; see Data Values page for details.
24SANDSTONE
25NOTE_BLOCK
Data Values:
NumTextNoteOctave
0F#F sharpfirst
1GGfirst
2G#G sharpfirst
3AAfirst
4A#A sharpfirst
5BBfirst
6CCfirst
7C#C sharpfirst
8DDfirst
9D#D sharpfirst
10EEfirst
11FFfirst
12F#F sharpfirst
13G2Gsecond
14G#2G sharpsecond
15A2Asecond
16A#2A sharpsecond
17B2Bsecond
18C2Csecond
19C#2C sharpsecond
20D2Dsecond
21D#2D sharpsecond
22E2Esecond
23F2Fsecond
24F#2F sharpsecond
26BED_BLOCKNote: Usually not found in players' inventories (proper item form is BED, #355).
Data Values: 0-3, 8-11 (orientation, head/foot)
27POWERED_RAILData Values: 0-9 (orientation, etc.)
28DETECTOR_RAILData Values: 0-9 (orientation, etc.)
29PISTON_STICKY_BASEData Values: 0-5, 8-13 (orientation, state)
30WEBNote: Usually unobtainable (by default, it breaks to produce STRING, #287).
31LONG_GRASSAliases: TALL_GRASS
Notes: Plantable only in grass/dirt/soil. Sometimes yields SEEDS (#295); reclaimable with shears.
Data Values:
0DEADResembles DEAD_BUSH (not found naturally in-world)
1NORMALTall grass appearance
2FERN_LIKEFern-like appearance
32DEAD_BUSHNotes: Plantable only in sand. Usually unobtainable except via Creative Mode (by default, it breaks without a drop).
33PISTON_BASEData Values: 0-5, 8-13 (orientation, state)

PISTON_EXTENSION

Alias: 34
Note: Usually unobtainable (just an auxiliary piece used by PISTON_BASE/#33 or PISTON_STICKY_BASE/#29).
Data Values: 0-5, 8-13 (orientation, stickiness)

WOOL

Alias: 35
Data Values:

0WHITE
1ORANGE
2MAGENTA
3LIGHT_BLUE
4YELLOW
5LIMEBright green in many texture packs
6PINK
7GRAYDark gray in many texture packs
8SILVERLight gray in many texture packs
9CYANDeep turquoise in many texture packs
10PURPLE
11BLUE
12BROWN
13GREENDark green in many texture packs
14RED
15BLACK

PISTON_MOVING_PIECE

Alias: 36
Note: See note at PISTON_EXTENSION (#34).

YELLOW_FLOWER

Aliases: 37, DANDELION

RED_ROSE

Aliases: 38, ROSE, RED_FLOWER

BROWN_MUSHROOM

Alias: 39

RED_MUSHROOM

Alias: 40

GOLD_BLOCK

Alias: 41
Note: This is the block crafted from 9 x GOLD_INGOT (#266).

IRON_BLOCK

Alias: 42
Note: This is the block crafted from 9 x IRON_INGOT (#265).

DOUBLE_STEP

Aliases: 43, DOUBLE_SLAB
Note: Usually unobtainable (by default, it breaks to produce 2 x STEP, #44).
Data Values:

0STONESmoothstone texture
1SANDSTONESandstone texture
2WOODWood plank texture
3COBBLESTONECobblestone texture
4BRICKBrick texture
5SMOOTH_BRICKStone brick texture
6Presently resembles smoothstone texture (to be replaced with Nether brick texture eventually?)

STEP

Aliases: 44, SLAB
Data Values: Same as DOUBLE_STEP, above.

BRICK

Alias: 45
Note: This is the brick block crafted from 4 x CLAY_BRICK (#336).

TNT

Alias: 46

BOOKSHELF

Alias: 47
Note: Non-reclaimable by default once placed.

MOSSY_COBBLESTONE

Aliases: 48, MOSS_STONE, MOSSY_COBBLE

OBSIDIAN

Alias: 49

TORCH

Alias: 50
Data Values: 0-5 (orientation)

FIRE

Alias: 51
Note: Usually unobtainable.
Data Values: 0-15 (age)

MOB_SPAWNER

Alias: 52
Notes: Usually unobtainable (by default, it breaks without a drop). Data values below are experimental and presently only work in numeric form. Also note that stacking different types of spawners in inventory will destroy their uniqueness (unless the CreatureBox plugin is installed).
Data Values:

50CREEPER
51SKELETON
52SPIDER
53GIANT
54ZOMBIE
55SLIME
56GHAST
57PIG_ZOMBIE
58ENDERMAN
59CAVE_SPIDER
60SILVERFISH
90PIG
91SHEEP
92COW
93CHICKEN
94SQUID
95WOLF

WOOD_STAIRS

Alias: 53
Note: Non-reclaimable by default once placed (breaks into WOOD, #5).
Data Values: 0-3 (orientation)

CHEST

Alias: 54
Data Values: 2-5 (orientation)
Other Data Values: You may also specify chest contents by name as a data value; see Data Values page for details.

REDSTONE_WIRE

Alias: 55
Note: Usually not found in players' inventories (proper item form is REDSTONE, #331).
Data Values: 0-15 (power level)

DIAMOND_ORE

Alias: 56
Note: Usually unobtainable except via Creative Mode (by default, it breaks to produce DIAMOND, #264).

DIAMOND_BLOCK

Alias: 57
Note: This is the block crafted from 9 x DIAMOND (#264).

WORKBENCH

Aliases: 58, CRAFTING_TABLE

CROPS

Alias: 59
Note: Usually not found in players' inventories (proper item forms are SEEDS/#295 and WHEAT/#296).
Data Values:

0SEEDEDGrowth stage 0 (just planted)
1GERMINATEDGrowth stage 1
2VERY_SMALLGrowth stage 2
3SMALLGrowth stage 3
4MEDIUMGrowth stage 4
5TALLGrowth stage 5
6VERY_TALLGrowth stage 6
7RIPEGrowth stage 7 (ripe)

SOIL

Aliases: 60, FARMLAND
Note: Usually unobtainable (by default, it breaks to produce DIRT, #3).
Data Values: 0-8 (moisture)

FURNACE

Alias: 61
Note: Changes to BURNING_FURNACE (#61) while smelting items; use ANY_FURNACE to include either furnace state.
Data Values: 2-5 (orientation)
Other Data Values: You may also specify furnace contents by name as a data value; see Data Values page for details.

BURNING_FURNACE

Alias: 62
Note: Activated form of FURNACE (#61).
Data Values: 2-5 (orientation)
Other Data Values: You may also specify furnace contents by name as a data value; see Data Values page for details.

SIGN_POST

Alias: 63
Notes: Usually not found in players' inventories (proper item form is SIGN, #323). As an object, use ANY_SIGN to include both wall signs and signposts.
Data Values: 0-15 (orientation)

WOOD_DOOR_BLOCK

Aliases: 64, WOODEN_DOOR_BLOCK
Note: Usually not found in players' inventories (proper item form is WOOD_DOOR, #324).
Data Values: 0-15 (orientation, state)

LADDER

Alias: 65
Data Values: 0-3 (orientation)

RAILS

Alias: 66
Data Values: 0-9 (orientation, etc.)

COBBLESTONE_STAIRS

Alias: 67
Note: Non-reclaimable by default once placed (breaks into COBBLESTONE, #4).
Data Values: 0-3 (orientation)

WALL_SIGN

Alias: 68
Notes: Usually not found in players' inventories (proper item form is SIGN, #323). As an object, use ANY_SIGN to include both wall signs and signposts.
Data Values: 2-5 (orientation)

LEVER

Alias: 69
Data Values: 6-14 (orientation, state)

STONE_PLATE

Aliases: 70, STONE_PRESSUREPLATE
Data Values: 0-1 (state)

IRON_DOOR_BLOCK

Alias: 71
Note: Usually not found in players' inventories (proper item form is IRON_DOOR, #330).
Data Values: 0-15 (orientation, state)

WOOD_PLATE

Aliases: 72, WOODEN_PLATE, WOOD_PRESSUREPLATE, WOODEN_PRESSUREPLATE
Data Values: 0-1 (state)

REDSTONE_ORE

Alias: 73
Notes: Usually unobtainable except via Creative Mode (by default, it breaks to produce REDSTONE, #331). As an object, use ANY_REDSTONE_ORE to include both glowing and non-glowing redstone ore.

GLOWING_REDSTONE_ORE

Alias: 74
Note: The lit-up version of #73.

REDSTONE_TORCH_OFF

Alias: 75
Notes: Usually not found in players' inventories (proper item form is REDSTONE_TORCH_ON, #76). As an object, use ANY_REDSTONE_TORCH to include either torch state.
Data Values: 0-5 (orientation)

REDSTONE_TORCH_ON

Alias: 76
Note: Changes to REDSTONE_TORCH_OFF (#75) when powered by an external source; use ANY_REDSTONE_TORCH to include either torch state.
Data Values: 0-5 (orientation)

STONE_BUTTON

Alias: 77
Data Values: 0-15 (orientation)

SNOW

Alias: 78
Notes: Thin surface snow. Usually unobtainable (by default, it breaks to produce SNOW_BALL, #332).
Data Values: 0-7 (thickness; default is 0)

ICE

Alias: 79
Note: Usually unobtainable except via Creative Mode (by default, it breaks without a drop).

SNOW_BLOCK

Alias: 80

CACTUS

Alias: 81
Data Values: 0-15 (age)

CLAY

Alias: 82 Notes: Natural clay block. Usually unobtainable (by default, it breaks to produce CLAY_BALL, #337).

SUGAR_CANE_BLOCK

Alias: 83
Note: Usually not found in players' inventories (proper item form is SUGAR_CANE, #338).
Data Values: 0-15 (age)

JUKEBOX

Alias: 84
Data Values:

0Empty
1GOLD_RECORDContains a gold record.
2GREEN_RECORDContains a green record.

FENCE

Alias: 85

PUMPKIN

Alias: 86
Data Values: 0-3 (orientation)

NETHERRACK

Alias: 87

SOUL_SAND

Alias: 88

GLOWSTONE

Alias: 89

PORTAL

Alias: 90
Notes: Usually unobtainable. Also not usable as an object (it can't be clicked, and it's not breakable in the usual sense).

JACK_O_LANTERN

Alias: 91
Data Values: 0-3 (orientation)

CAKE_BLOCK

Alias: 92
Notes: Usually not found in players' inventories (proper item form is CAKE, #354). Note that neither CAKE nor CAKE_BLOCK will retain a data value in inventory.
Data Values: 0-5 (pieces eaten)

DIODE_BLOCK_OFF

Alias: 93
Notes: Usually not found in players' inventories (proper item form is DIODE, #356). Unpowered version of DIODE_BLOCK_ON (#94); as an object, use ANY_DIODE to include either diode state.
Data Values: 0-15 (orientation, delay)

DIODE_BLOCK_ON

Alias: 94
Note: Powered version of DIODE_BLOCK_OFF (#93).
Data Values: 0-15 (orientation, delay)

LOCKED_CHEST

Alias: 95
Note: This was a gag item which has been removed from the game. It is still place-able but decays after a short delay.

TRAP_DOOR

Aliases: 96
Data Values: 0-7 (orientation, state)

MONSTER_EGGS

Alias: 97
Note: Usually unobtainable (by default, it breaks to produce Silverfish).
Data Values:

0STONEResembles smoothstone
1COBBLESTONEResembles cobblestone
2SMOOTH_BRICKResembles stone brick

SMOOTH_BRICK

Aliases: 98, STONE_BRICK
Data Values:

0NORMALNormal texture
1MOSSYMossy texture
2CRACKEDCracked texture

HUGE_MUSHROOM_1

Alias: 99
Note: Usually unobtainable (by default, it breaks to produce BROWN_MUSHROOM, #39).
Data Values: 0-10 (texture)

HUGE_MUSHROOM_2

Alias: 100
Note: Usually unobtainable (by default, it breaks to produce RED_MUSHROOM, #40).
Data Values: 0-10 (texture)

IRON_FENCE

Alias: 101

THIN_GLASS

Aliases: 102, GLASS_PANE

MELON_BLOCK

Alias: 103
Note: Usually unobtainable (by default, it breaks to produce slices of MELON, #360).

PUMPKIN_STEM

Alias: 104
Note: Usually not found in players' inventories (but see PUMPKIN_SEEDS/#361 and PUMPKIN/#86).
Data Values: 0-7 (growth stage)

MELON_STEM

Alias: 105
Note: Usually not found in players' inventories (but see MELON_SEEDS/#362 and MELON_BLOCK/#103).
Data Values: 0-7 (growth stage)

VINE

Aliases: 106, VINES
Data Values: 0-15 (orientation)

FENCE_GATE

Alias: 107
Data Values: 0-7 (orientation, state)

BRICK_STAIRS

Alias: 108
Note: Non-reclaimable by default once placed (breaks into BRICK, #45).
Data Values: 0-3 (orientation)

SMOOTH_STAIRS

Alias: 109
Note: Non-reclaimable by default once placed (breaks into SMOOTH_BRICK, #98).
Data Values: 0-3 (orientation)

110MYCELIUMNotes: Introduced in Minecraft 1.9, possibly to be called MYCELIUM. Usually unobtainable except via Silktouch (by default, it breaks to produce DIRT, #3).
111WATER_LILYNote: Introduced in Minecraft 1.9.
112NETHER_BRICKNote: Introduced in Minecraft 1.9.
113NETHER_FENCENote: Introduced in Minecraft 1.9.
114NETHER_BRICK_STAIRSNotes: Introduced in Minecraft 1.9. Non-reclaimable by default once placed (breaks into unnamed Nether brick, #112).
Data Values: 0-3 (orientation)
115NETHER_WARTSNote: Introduced in Minecraft 1.9. Usually not found in players' inventories (proper item form is #372).
Data Values: 0-? (growth stage)
116ENCHANTMENT_TABLENote: Introduced in Minecraft 1.9.
117BREWING_STANDNotes: Introduced in Minecraft 1.9. Usually not found in players' inventories (proper item form is #379).
Data Values: (to include contents eventually?)
118CAULDRONNotes: Introduced in Minecraft 1.9. Usually not found in players' inventories (proper item form is #380).
Data Values: 0-3 (water level in number of glass bottles that can be filled)
119ENDER_PORTALNotes: Introduced in Minecraft 1.9. Usually unobtainable. Also not usable as an object (it can't be clicked, and it's not breakable in the usual sense).
120ENDER_PORTAL_FRAMENotes: Introduced in Minecraft 1.9.
Data Values: side, status
121ENDER_STONENotes: Introduced in Minecraft 1.9. Found in "The End" dimension.
122DRAGON_EGG
123REDSTONE_LAMP_OFF
124REDSTONE_LAMP_ON

Item Details

The following list includes clickable headers which lead to the Minecraft Wiki. Some blocks support data values; see the Data Values page for usage instructions.

IRON_SPADE

Alias: 256
Note: Also known as iron shovel (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 251 (broken)

IRON_PICKAXE

Alias: 257
Data Values: 0 (undamaged) to 251 (broken)

IRON_AXE

Alias: 258
Data Values: 0 (undamaged) to 251 (broken)

FLINT_AND_STEEL

Alias: 259
Note: Also known as flint and tinder (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 65 (broken)

APPLE

Alias: 260

BOW

Alias: 261

ARROW

Alias: 262
Note: Using this as a tool indicates you clubbed somebody or something with an arrow in hand.

COAL

Alias: 263
Data Values:

0COALRegular coal (mined)
1CHARCOALCharcoal (smelted)

DIAMOND

Alias: 264
Note: This is an individual diamond gem.

IRON_INGOT

Alias: 265

GOLD_INGOT

Alias: 266

IRON_SWORD

Alias: 267
Data Values: 0 (undamaged) to 251 (broken)

WOOD_SWORD

Aliases: 268, WOODEN_SWORD
Data Values: 0 (undamaged) to 60 (broken)

WOOD_SPADE

Aliases: 269, WOODEN_SPADE
Note: Also known as wood shovel (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 60 (broken)

WOOD_PICKAXE

Aliases: 270, WOODEN_PICKAXE
Data Values: 0 (undamaged) to 60 (broken)

WOOD_AXE

Alias: 271
Data Values: 0 (undamaged) to ? (broken)

STONE_SWORD

Alias: 272
Data Values: 0 (undamaged) to 132 (broken)

STONE_SPADE

Alias: 273
Note: Also known as stone shovel (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 132 (broken)

STONE_PICKAXE

Alias: 274
Data Values: 0 (undamaged) to 132 (broken)

STONE_AXE

Alias: 275
Data Values: 0 (undamaged) to 132 (broken)

DIAMOND_SWORD

Alias: 276
Data Values: 0 (undamaged) to 1562 (broken)

DIAMOND_SPADE

Alias: 277
Note: Also known as diamond shovel (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 1562 (broken)

DIAMOND_PICKAXE

Alias: 278
Data Values: 0 (undamaged) to 1562 (broken)

DIAMOND_AXE

Alias: 279
Data Values: 0 (undamaged) to 1562 (broken)

STICK

Alias: 280

BOWL

Alias: 281

MUSHROOM_SOUP

Alias: 282
Note: Also known as mushroom stew (though this alias isn't presently defined).

GOLD_SWORD

Alias: 283
Data Values: 0 (undamaged) to 33 (broken)

GOLD_SPADE

Alias: 284
Note: Also known as gold shovel (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 33 (broken)

GOLD_PICKAXE

Alias: 285
Data Values: 0 (undamaged) to 33 (broken)

GOLD_AXE

Alias: 286
Data Values: 0 (undamaged) to 33 (broken)

STRING

Alias: 287

FEATHER

Alias: 288

SULPHUR

Aliases: 289, SULFUR, GUNPOWDER

WOOD_HOE

Aliases: 290, WOODEN_HOE
Data Values: 0 (undamaged) to 60 (broken)

STONE_HOE

Alias: 291
Data Values: 0 (undamaged) to 132 (broken)

IRON_HOE

Alias: 292
Data Values: 0 (undamaged) to 251 (broken)

DIAMOND_HOE

Alias: 293
Data Values: 0 (undamaged) to 1562 (broken)

GOLD_HOE

Alias: 294
Data Values: 0 (undamaged) to 33 (broken)

SEEDS

Alias: 295
Note: These are wheat seeds; they grow into CROPS (#59).

WHEAT

Alias: 296

BREAD

Alias: 297

LEATHER_HELMET

Alias: 298
Data Values: 0 (undamaged) to 34 (broken)

LEATHER_CHESTPLATE

Alias: 299
Note: Also known as leather vest (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 49 (broken)

LEATHER_LEGGINGS

Alias: 300
Note: Also known as leather pants (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 46 (broken)

LEATHER_BOOTS

Alias: 301
Data Values: 0 (undamaged) to 40 (broken)

CHAINMAIL_HELMET

Alias: 302
Note: Not craftable without mods.
Data Values: 0 (undamaged) to 67 (broken)

CHAINMAIL_CHESTPLATE

Alias: 303
Notes: Also known as chainmail vest (though this alias isn't presently defined). Not craftable without mods.
Data Values: 0 (undamaged) to 96 (broken)

CHAINMAIL_LEGGINGS

Alias: 304
Notes: Also known as chainmail pants (though this alias isn't presently defined). Not craftable without mods.
Data Values: 0 (undamaged) to 92 (broken)

CHAINMAIL_BOOTS

Alias: 305
Note: Not craftable without mods.
Data Values: 0 (undamaged) to 79 (broken)

IRON_HELMET

Alias: 306
Data Values: 0 (undamaged) to 136 (broken)

IRON_CHESTPLATE

Alias: 307
Note: Also known as iron vest (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 192 (broken)

IRON_LEGGINGS

Alias: 308
Note: Also known as iron pants (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 184 (broken)

IRON_BOOTS

Alias: 309
Data Values: 0 (undamaged) to 160 (broken)

DIAMOND_HELMET

Alias: 310
Data Values: 0 (undamaged) to 272 (broken)

DIAMOND_CHESTPLATE

Alias: 311
Note: Also known as diamond vest (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 384 (broken)

DIAMOND_LEGGINGS

Alias: 312
Note: Also known as diamond pants (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 368 (broken)

DIAMOND_BOOTS

Alias: 313
Data Values: 0 (undamaged) to 320 (broken)

GOLD_HELMET

Alias: 314
Data Values: 0 (undamaged) to 68 (broken)

GOLD_CHESTPLATE

Alias: 315
Note: Also known as gold vest (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 96 (broken)

GOLD_LEGGINGS

Alias: 316
Note: Also known as gold pants (though this alias isn't presently defined).
Data Values: 0 (undamaged) to 92 (broken)

GOLD_BOOTS

Alias: 317
Data Values: 0 (undamaged) to 80 (broken)

FLINT

Alias: 318

PORK

Alias: 319
Note: This is an uncooked/raw porkchop.

GRILLED_PORK

Alias: 320
Note: This is a cooked porkchop.

PAINTING

Alias: 321
Note: This item can double as a block-like entity (wall painting) in-world; use VEHICLE_PAINTING to refer to this form expressly (experimental).
Data Values: Painting types can be specified as data values (see list here).

GOLDEN_APPLE

Alias: 322

SIGN

Alias: 323
Notes: This is the inventory form of SIGN_POST (#63) and WALL_SIGN (#68). To include all three, use ANY_SIGN.

WOOD_DOOR

Aliases: 324, WOODEN_DOOR
Note: This is the inventory form of WOOD_DOOR_BLOCK (#64).

BUCKET

Alias: 325

WATER_BUCKET

Alias: 326

LAVA_BUCKET

Alias: 327

MINECART

Alias: 328
Note: This item can double as a block-like entity (vehicle) in-world; use VEHICLE_MINECART to refer to this form expressly.
Data Values: You may specify a passenger as a data value; see Data Values page for details.

SADDLE

Alias: 329

IRON_DOOR

Alias: 330
Note: This is the inventory form of IRON_DOOR_BLOCK (#71).

REDSTONE

Alias: 331
Note: This is redstone dust; when placed in-world, it becomes REDSTONE_WIRE (#55).

SNOW_BALL

Alias: 332

BOAT

Alias: 333
Note: This item can double as a block-like entity (vehicle) in-world; use VEHICLE_BOAT to refer to this form expressly.
Data Values: You may specify a passenger as a data value; see Data Values page for details.

LEATHER

Alias: 334

MILK_BUCKET

Alias: 335

CLAY_BRICK

Alias: 336
Note: This is the smelted form of CLAY_BALL (#337) which can be assembled into BRICK (#45).

CLAY_BALL

Alias: 337
Note: This is the raw material obtained from digging up a CLAY block (#82).

SUGAR_CANE

Alias: 338
Note: This is the inventory form of SUGAR_CANE_BLOCK (#83).

PAPER

Alias: 339

BOOK

Alias: 340

SLIME_BALL

Alias: 341

STORAGE_MINECART

Alias: 342
Note: This item can double as a block-like entity in-world; use VEHICLE_STORAGE_MINECART to refer to this form expressly.
Data Values: You may specify chest contents by name as a data value; see Data Values page for details.

POWERED_MINECART

Alias: 343
Note: This item can double as a block-like entity in-world; use VEHICLE_POWERED_MINECART to refer to this form expressly.
Data Values: You may specify furnace contents by name as a data value; see Data Values page for details.

EGG

Alias: 344

COMPASS

Alias: 345

FISHING_ROD

Alias: 346
Data Values: 0 (undamaged) to 33 (broken)

WATCH

Alias: 347
Note: Also known as a clock (though this alias isn't presently defined).

GLOWSTONE_DUST

Alias: 348

RAW_FISH

Alias: 349
Note: Also known as uncooked fish (though this alias isn't presently defined).

COOKED_FISH

Alias: 350
Note: Also known as grilled fish (though this alias isn't presently defined).

DYE

Aliases: 351, INK_SACK
Note: The numeric color codes for dyes are inverted from the codes used for wool/sheep.
Data Values:

0BLACKInk Sac
1REDRose Red
2GREENCactus Green
3BROWNCocoa Beans
4BLUELapis Lazuli
5PURPLEPurple Dye
6CYANCyan Dye
7SILVERLight Gray Dye
8GRAYGray Dye
9PINKPink Dye
10LIMELime Dye
11YELLOWDandelion Yellow
12LIGHT_BLUELight Blue Dye
13MAGENTAMagenta Dye
14ORANGEOrange Dye
15WHITEBone Meal

BONE

Alias: 352

SUGAR

Alias: 353

CAKE

Alias: 354
Note: This is the inventory form of CAKE_BLOCK (#92).

BED

Alias: 355
Note: This is the inventory form of BED_BLOCK (#26).

DIODE

Alias: 356
Notes: This is the inventory form of DIODE_BLOCK_OFF (#93) and DIODE_BLOCK_ON (#94). Also known as redstone repeater (though this alias isn't presently defined).

COOKIE

Alias: 357

MAP

Alias: 358
Data values: An integer from 0 to 32767, which is the unique ID of some previously created map. (Note: maps can be created by crafting or by plugins.)

SHEARS

Alias: 359
Data values: 0 (undamaged) to 239 (broken)

MELON

Alias: 360
Note: This is the melon slice dropped from MELON_BLOCK (#103).

PUMPKIN_SEEDS

Alias: 361

MELON_SEEDS

Alias: 362

RAW_BEEF

Alias: 363
Note: Also known as uncooked beef (though this alias isn't presently defined).

COOKED_BEEF

Alias: 364
Note: Also known as steak (though this alias isn't presently defined).

RAW_CHICKEN

Alias: 365

COOKED_CHICKEN

Alias: 366

ROTTEN_FLESH

Alias: 367, ZOMBIE_FLESH (alias added in v2.2)

ENDER_PEARL

Alias: 368

BLAZE_ROD

Alias: 369

GHAST_TEAR

Alias: 370

GOLD_NUGGET

Alias: 371
Notes: Can be crafted (smelted?) into GOLD_INGOT (#266).

NETHER_STALK

Alias: 372
Note: Introduced in Minecraft 1.9.

POTION

Alias: 373

GLASS_BOTTLE

Alias: 374

SPIDER_EYE

Alias: 375

FERMENTED_SPIDER_EYE

Alias: 376

BLAZE_POWDER

Alias: 377

MAGMA_CREAM

Alias: 378

BREWING_STAND_ITEM

Alias: 379
Notes: This is the inventory form of the brewing stand block (#117).

CAULDRON_ITEM

Alias: 380
Notes: This is the inventory form of the cauldron block (#118).

EYE_OF_ENDER

Alias: 381

SPECKLED_MELON

Alias: 382, GLISTERING_MELON (alias added in v2.2)

MONSTER_EGG

Alias: 383, SPAWN_EGG (alias added in v2.2)
Notes: Not to be confused with MONSTER_EGGS which is the stone block containing silverfish.

GOLD_RECORD

Alias: 2256
Note: Many more records debut in Minecraft 1.9, which may require new record names based on song titles. For reference, this record's song title is "13."

GREEN_RECORD

Alias: 2257
Note: Many more records debut in Minecraft 1.9, which may require new record names based on song titles. For reference, this record's song title is "cat."

Note: Records below here are named RECORD_3 through to RECORD_11 by Bukkit however I'm not sure which is which (possibly just in order listed but needs testing).

(Unnamed music disc)

Alias: 2258
Note: Introduced in Minecraft 1.9. Its song title is "blocks."

(Unnamed music disc)

Alias: 2259
Note: Introduced in Minecraft 1.9. Its song title is "chirp."

(Unnamed music disc)

Alias: 2260
Note: Introduced in Minecraft 1.9. Its song title is "far."

(Unnamed music disc)

Alias: 2261
Note: Introduced in Minecraft 1.9. Its song title is "mall."

(Unnamed music disc)

Alias: 2262
Note: Introduced in Minecraft 1.9. Its song title is "mellohi."

(Unnamed music disc)

Alias: 2263
Note: Introduced in Minecraft 1.9. Its song title is "stal."

(Unnamed music disc)

Alias: 2264
Note: Introduced in Minecraft 1.9. Its song title is "strad."

(Unnamed music disc)

Alias: 2265
Note: Introduced in Minecraft 1.9. Its song title is "ward."

(Unnamed music disc)

Alias: 2266
Note: Introduced in Minecraft 1.9. Its song title is "11."