Interface CosmeticHandler.LERAccess<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>

All Known Implementing Classes:
LivingEntityRendererMixin
Enclosing class:
CosmeticHandler

public static interface CosmeticHandler.LERAccess<T extends net.minecraft.world.entity.LivingEntity,M extends net.minecraft.client.model.EntityModel<T>>
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getBobA(T pLivingBase, float pPartialTick)
     
    float
    getWhiteOverlayProgressA(T pLivingEntity, float pPartialTicks)
     
    boolean
    isBodyVisibleA(T pLivingEntity)
     
    void
    scaleA(T pLivingEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pPartialTickTime)
     
    void
    setupRotationsA(T pEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick)
     
  • Method Details

    • isBodyVisibleA

      boolean isBodyVisibleA(T pLivingEntity)
    • getBobA

      float getBobA(T pLivingBase, float pPartialTick)
    • getWhiteOverlayProgressA

      float getWhiteOverlayProgressA(T pLivingEntity, float pPartialTicks)
    • scaleA

      void scaleA(T pLivingEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pPartialTickTime)
    • setupRotationsA

      void setupRotationsA(T pEntity, com.mojang.blaze3d.vertex.PoseStack pPoseStack, float pBob, float pYBodyRot, float pPartialTick)