public void onPlayerStoppedUsing(ItemStack stack, World world, EntityPlayer player, int count) {
   ISceptreFocus focus = getFocus(stack);
   if (focus != null && world.isRemote) {
     focus.onClickEnd(player, stack, world, count);
   }
 }