Now im using this code to create placed skulls. ItemStack skull = new ItemStack(Material.SKULL); b.getLocation().add(X, Y, Z).getBlock().setType(skull.getType()); but i want create with skins, how can i set skins in placed skulls