Interface IArmPoseTransformer

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface IArmPoseTransformer
An ArmPose that can be defined by the user. Register one by creating a custom HumanoidModel.ArmPose and returning it in IClientItemExtensions.getArmPose(LivingEntity, InteractionHand, ItemStack).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method should be used to apply all wanted transformations to the player when the ArmPose is active.