Package net.minecraft.client.model

Examples of net.minecraft.client.model.ModelHorse


            {
                return armMappings.get(clz);
            }
      if(clz == ModelHorse.class)
      {
        ModelHorse dummy = new ModelHorse();
       
        ModelRenderer leg = new ModelRenderer(dummy, 60, 29);
            leg.addBox(-1.1F, -1.0F, -2.1F, 3, 8, 4);
            leg.setRotationPoint(-4.0F, 9.0F, -8.0F);
           
View Full Code Here

TOP

Related Classes of net.minecraft.client.model.ModelHorse

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.