Ejemplo n.º 1
0
 public void setBlockBoundsForItemRender(int metadata) {
   TileEntityBase tileentitybase = (TileEntityBase) this.createTileEntity(null, metadata);
   if (tileentitybase != null) {
     tileentitybase.setBlockBoundsForItemRender(this);
   }
 }