Interface BoneTransformSupplier

All Known Subinterfaces:
RenderableEntity
All Known Implementing Classes:
AbstractBattleEntity, AbstractClientEntity, AbstractHasStatsEntity, AbstractHoldsItemsEntity, AbstractInteractionsEntity, AbstractMovesEntity, NPC, PixelmonEntity, StatueEntity
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 BoneTransformSupplier
  • Method Summary

    Modifier and Type
    Method
    Description
    org.joml.Matrix4f[]
    boneTransforms(RenderContext renderContext, int meshId)
     
  • Method Details

    • boneTransforms

      org.joml.Matrix4f[] boneTransforms(RenderContext renderContext, int meshId)