Package cofh.core.entity

Examples of cofh.core.entity.EntityCoFHFishHook


      player.swingItem();
    } else {
      world.playSoundAtEntity(player, "random.bow", 0.5F, 0.4F / (itemRand.nextFloat() * 0.4F + 0.8F));

      if (!world.isRemote) {
        world.spawnEntityInWorld(new EntityCoFHFishHook(world, player));
      }
      player.swingItem();
    }
    return stack;
  }
View Full Code Here

TOP

Related Classes of cofh.core.entity.EntityCoFHFishHook

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.