Package com.mojang.minecraft.player

Examples of com.mojang.minecraft.player.Player


      this.heightOffset = 1.62F;
      this.health = 20;
      this.modelName = "humanoid";
      this.rotOffs = 180.0F;
      this.ai = new Player$1(this);
   }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.player.Player

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.