Package api.player.model

Examples of api.player.model.ModelPlayer


    private static ResourceLocation thermalPaddingTexture1;

    public RenderPlayerBaseGC(RenderPlayerAPI renderPlayerAPI)
    {
        super(renderPlayerAPI);
        this.modelThermalPadding = new ModelPlayer(0.25F);
        this.modelThermalPaddingHelmet = new ModelPlayer(0.9F);

        if (GalacticraftCore.isPlanetsLoaded)
        {
            thermalPaddingTexture0 = new ResourceLocation("galacticraftasteroids", "textures/misc/thermalPadding_0.png");
            thermalPaddingTexture1 = new ResourceLocation("galacticraftasteroids", "textures/misc/thermalPadding_1.png");
View Full Code Here

TOP

Related Classes of api.player.model.ModelPlayer

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.