コード例 #1
0
 /** Convert the given metadata into a BlockState for this Block */
 public IBlockState getStateFromMeta(int meta) {
   return this.getDefaultState()
       .withProperty(field_176255_P, BlockWall.EnumType.func_176660_a(meta));
 }