Interface ModelWithArms

All Known Implementing Classes:
AbstractZombieModel, ArmorStandArmorEntityModel, ArmorStandEntityModel, BipedEntityModel, DrownedEntityModel, EndermanEntityModel, GiantEntityModel, IllagerEntityModel, PiglinEntityModel, PlayerEntityModel, SkeletonEntityModel, VexEntityModel, ZombieEntityModel, ZombieVillagerEntityModel

@Environment(CLIENT)
public interface ModelWithArms
  • Method Summary

    Modifier and Type Method Description
    void setArmAngle​(Arm arm, MatrixStack matrices)  
  • Method Details