}
World world = block.getWorld();
Point pos = block.getPosition();
Entity e = world.createEntity(new Point(world, pos.getBlockX(), pos.getBlockY(), pos.getBlockZ()), ItemFrame.class);
ItemFrame frame = e.add(ItemFrame.class);
frame.setOrientation(face);
world.spawnEntity(e);
}