(CreativeTabs tab)
| 1171 | } |
| 1172 | |
| 1173 | public Block setCreativeTab(CreativeTabs tab) |
| 1174 | { |
| 1175 | this.displayOnCreativeTab = tab; |
| 1176 | return this; |
| 1177 | } |
| 1178 | |
| 1179 | public void onBlockHarvested(World worldIn, BlockPos pos, IBlockState state, EntityPlayer player) |
| 1180 | { |
no outgoing calls
no test coverage detected