@Override
 protected boolean supports(ItemStack container) {
   return SkullUtils.isValidItemStack(container)
       && SkullUtils.getSkullType(container).equals(SkullTypes.PLAYER);
 }