Package com.mojang.minecraft.net

Examples of com.mojang.minecraft.net.SkinDownloadThread


      this.setPos((float)var4 / 32.0F, (float)var5 / 32.0F, (float)var6 / 32.0F);
      this.xRot = var8;
      this.yRot = var7;
      this.armor = this.helmet = false;
      this.renderOffset = 0.6875F;
      (new SkinDownloadThread(this)).start();
      this.allowAlpha = false;
   }
View Full Code Here

TOP

Related Classes of com.mojang.minecraft.net.SkinDownloadThread

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.