Package net.minecraft.client.model
Class AnimationUtils
java.lang.Object
net.minecraft.client.model.AnimationUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
animateCrossbowCharge
(ModelPart pRightArm, ModelPart pLeftArm, LivingEntity pLivingEntity, boolean pRightHanded) static void
animateCrossbowHold
(ModelPart pRightArm, ModelPart pLeftArm, ModelPart pHead, boolean pRightHanded) static void
animateZombieArms
(ModelPart pLeftArm, ModelPart pRightArm, boolean pIsAggressive, float pAttackTime, float pAgeInTicks) static void
static void
bobModelPart
(ModelPart pModelPart, float pAgeInTicks, float pMultiplier) static <T extends Mob>
voidswingWeaponDown
(ModelPart pRightArm, ModelPart pLeftArm, T pMob, float pAttackTime, float pAgeInTicks)
-
Constructor Details
-
AnimationUtils
public AnimationUtils()
-
-
Method Details
-
animateCrossbowHold
-
animateCrossbowCharge
public static void animateCrossbowCharge(ModelPart pRightArm, ModelPart pLeftArm, LivingEntity pLivingEntity, boolean pRightHanded) -
swingWeaponDown
-
bobModelPart
-
bobArms
-
animateZombieArms
-