Package powercrystals.minefactoryreloaded.entity

Examples of powercrystals.minefactoryreloaded.entity.EntityRocket


        target = world.getEntityByID((Integer)packetReadout[1]);
      }
     
      if(owner instanceof EntityLiving)
      {
        EntityRocket r = new EntityRocket(world, ((EntityLiving)owner), target);
        world.spawnEntityInWorld(r);
      }
    }
  }
View Full Code Here

TOP

Related Classes of powercrystals.minefactoryreloaded.entity.EntityRocket

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.