All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.magistuarmory.client.render.model.armor.StechhelmModel Maven / Gradle / Ivy

There is a newer version: 8.10
Show newest version
package com.magistuarmory.client.render.model.armor;

import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.class_5603;
import net.minecraft.class_5605;
import net.minecraft.class_5606;
import net.minecraft.class_5607;
import net.minecraft.class_5609;
import net.minecraft.class_5610;

@Environment(EnvType.CLIENT)
public class StechhelmModel
{
	public static class_5607 createLayer()
	{
		class_5609 meshdefinition = new class_5609();
	    class_5610 partdefinition = meshdefinition.method_32111();
	    class_5610 head = partdefinition.method_32117("head", class_5606.method_32108().method_32101(34, 0).method_32098(-4.0F, -7.5F, -3.2F, 8.0F, 7.0F, 7.0F, new class_5605(1.0F)), class_5603.method_32090(0.0F, 0.0F, 0.0F));
		head.method_32117("Helmet_r1", class_5606.method_32108().method_32101(0, 0).method_32098(-10.001F, -4.2F, -2.46F, 8.0F, 4.0F, 7.0F, new class_5605(0.0F)), class_5603.method_32091(0.0F, 0.0F, 0.0F, 1.0472F, -0.4363F, 1.5708F));
		head.method_32117("Helmet_r2", class_5606.method_32108().method_32101(0, 12).method_32098(-10.0F, -4.2F, -4.54F, 8.0F, 4.0F, 7.0F, new class_5605(0.0F)), class_5603.method_32091(0.0F, 0.0F, 0.0F, 2.0944F, -0.4363F, 1.5708F));
		head.method_32117("Helmet_r3", class_5606.method_32108().method_32101(0, 23).method_32098(-4.0F, -9.3F, -4.0F, 8.0F, 1.0F, 8.0F, new class_5605(0.3F)), class_5603.method_32090(0.0F, 0.0F, 0.0F));
		head.method_32117("Helmet_r4", class_5606.method_32108().method_32101(54, 8).method_32096().method_32098(-9.96F, -4.16F, 4.0F, 2.0F, 3.0F, 0.0F, new class_5605(0.03F)).method_32106(false), class_5603.method_32091(0.0F, 0.0F, 0.0F, 1.0472F, -0.4363F, 1.5708F));
		head.method_32117("Helmet_r5", class_5606.method_32108().method_32101(56, 8).method_32098(-9.96F, -4.16F, -4.0F, 2.0F, 3.0F, 0.0F, new class_5605(0.03F)), class_5603.method_32091(0.0F, 0.0F, 0.0F, 2.0944F, -0.4363F, 1.5708F));
	    partdefinition.method_32117("hat", class_5606.method_32108(), class_5603.field_27701);
	    partdefinition.method_32117("body", class_5606.method_32108(), class_5603.field_27701);
	    partdefinition.method_32117("right_arm", class_5606.method_32108(), class_5603.field_27701);
	    partdefinition.method_32117("left_arm", class_5606.method_32108(), class_5603.field_27701);
	    partdefinition.method_32117("right_leg", class_5606.method_32108(), class_5603.field_27701);
	    partdefinition.method_32117("left_leg", class_5606.method_32108(), class_5603.field_27701);
		
		return class_5607.method_32110(meshdefinition, 64, 32);
	
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy