Ejemplo n.º 1
0
 public boolean onItemUseFirst(
     ItemStack stack,
     EntityPlayer player,
     World world,
     int x,
     int y,
     int z,
     int side,
     float hitX,
     float hitY,
     float hitZ) {
   ISceptreFocus focus = getFocus(stack);
   return focus != null
       && focus.onBlockClick(stack, player, world, x, y, z, side, hitX, hitY, hitZ);
 }