Package appeng.entity

Examples of appeng.entity.EntityGrowingCrystal


  }

  @Override
  public Entity createEntity(World world, Entity location, ItemStack itemstack)
  {
    EntityGrowingCrystal egc = new EntityGrowingCrystal( world, location.posX, location.posY, location.posZ, itemstack );

    egc.motionX = location.motionX;
    egc.motionY = location.motionY;
    egc.motionZ = location.motionZ;
View Full Code Here

TOP

Related Classes of appeng.entity.EntityGrowingCrystal

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.