Package com.mojang.minecraft.mob.ai

Examples of com.mojang.minecraft.mob.ai.BasicAI


      super(var1);
      this.setPos(this.x, this.y, this.z);
      this.timeOffs = (float)Math.random() * 12398.0F;
      this.rot = (float)(Math.random() * 3.1415927410125732D * 2.0D);
      this.speed = 1.0F;
      this.ai = new BasicAI();
      this.footSize = 0.5F;
   }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.mob.ai.BasicAI

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.