Package net.minecraft.client.model

Examples of net.minecraft.client.model.ModelZombie


    }

    @Override
    protected void func_82421_b()
    {
        this.field_82423_g = new ModelZombie(1.0F, true);
        this.field_82425_h = new ModelZombie(0.5F, true);
    }
View Full Code Here

TOP

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

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.