private Material material;
private BlockFace orientation;
@Override
public void onAttached() {
setEntityProtocol(new ItemFrameProtocol());
// Add metadata for the displayed item
getOwner().add(MetadataComponent.class).addMeta(new Metadata<ItemStack>(Metadata.TYPE_ITEM, 2) {
private ItemStack lastItem = null;