Interface SimpleRadioArmPoses.Transform

Enclosing class:
SimpleRadioArmPoses
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 static interface SimpleRadioArmPoses.Transform
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.world.entity.HumanoidArm arm)
     
  • Method Details

    • apply

      void apply(net.minecraft.client.model.HumanoidModel<?> model, net.minecraft.world.entity.LivingEntity livingEntity, net.minecraft.world.entity.HumanoidArm arm)