Used by pick block on the client to get a block's item form, if it exists.
(World worldIn, BlockPos pos)
| 1145 | * Used by pick block on the client to get a block's item form, if it exists. |
| 1146 | */ |
| 1147 | public Item getItem(World worldIn, BlockPos pos) |
| 1148 | { |
| 1149 | return Item.getItemFromBlock(this); |
| 1150 | } |
| 1151 | |
| 1152 | public int getDamageValue(World worldIn, BlockPos pos) |
| 1153 | { |
no test coverage detected