Class HumanoidModelMixin<T extends net.minecraft.world.entity.LivingEntity>

java.lang.Object
foundry.veil.mixin.client.HumanoidModelMixin<T>
All Implemented Interfaces:
IPoseable

public class HumanoidModelMixin<T extends net.minecraft.world.entity.LivingEntity> extends Object implements IPoseable
  • Field Details

    • leftArmPose

      public VeilPoseable leftArmPose
    • rightArmPose

      public VeilPoseable rightArmPose
    • hasActivePose

      public boolean hasActivePose
    • body

      public net.minecraft.client.model.geom.ModelPart body
    • crouching

      public boolean crouching
    • rightLeg

      public net.minecraft.client.model.geom.ModelPart rightLeg
    • leftLeg

      public net.minecraft.client.model.geom.ModelPart leftLeg
    • rightArm

      public net.minecraft.client.model.geom.ModelPart rightArm
    • leftArm

      public net.minecraft.client.model.geom.ModelPart leftArm
  • Constructor Details

    • HumanoidModelMixin

      public HumanoidModelMixin()
  • Method Details

    • isPosing

      public boolean isPosing()
      Specified by:
      isPosing in interface IPoseable