com.parzivail.util.client.render.ICustomPoseItem Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pswg Show documentation
Show all versions of pswg Show documentation
Explore the galaxy with Galaxies: Parzi's Star Wars Mod!
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 extends class_1792> item, ICustomPoseItem pose)
{
REGISTRY.put(item, pose);
}
void modifyPose(class_1309 entity, class_1268 hand, class_1799 stack, class_572 extends class_1309> model, float limbAngle, float limbDistance, float animationProgress, float headYaw, float headPitch, float tickDelta);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy