Interface VillagerLikeModel<T extends EntityRenderState>

All Known Implementing Classes:
BabyVillagerModel, BabyZombieVillagerModel, VillagerModel, WitchModel, ZombieVillagerModel

public interface VillagerLikeModel<T extends EntityRenderState>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    translateToArms(T state, PoseStack outputPoseStack)
     
  • Method Details

    • translateToArms

      void translateToArms(T state, PoseStack outputPoseStack)