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

com.parzivail.util.client.render.ICustomPoseItem Maven / Gradle / Ivy

There is a newer version: 0.0.114+1.20.2
Show newest version
package com.parzivail.util.client.render;

import java.util.HashMap;
import net.minecraft.class_1268;
import net.minecraft.class_1309;
import net.minecraft.class_1792;
import net.minecraft.class_1799;
import net.minecraft.class_572;

public interface ICustomPoseItem
{
	HashMap, ICustomPoseItem> REGISTRY = new HashMap<>();

	static void register(Class item, ICustomPoseItem pose)
	{
		REGISTRY.put(item, pose);
	}

	void modifyPose(class_1309 entity, class_1268 hand, class_1799 stack, class_572 model, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch, float tickDelta);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy