Interface ILivingEntityRenderer


public interface ILivingEntityRenderer
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    getAnimationCounterInterface(net.minecraft.entity.LivingEntity entity, float tickDelta)
     
    boolean
    isVisibleInterface(net.minecraft.entity.LivingEntity entity)
     
    void
    scaleInterface(net.minecraft.entity.LivingEntity entity, net.minecraft.client.util.math.MatrixStack matrices, float amount)
     
    void
    setupTransformsInterface(net.minecraft.entity.LivingEntity entity, net.minecraft.client.util.math.MatrixStack matrices, float animationProgress, float bodyYaw, float tickDelta)
     
  • Method Details

    • setupTransformsInterface

      void setupTransformsInterface(net.minecraft.entity.LivingEntity entity, net.minecraft.client.util.math.MatrixStack matrices, float animationProgress, float bodyYaw, float tickDelta)
    • scaleInterface

      void scaleInterface(net.minecraft.entity.LivingEntity entity, net.minecraft.client.util.math.MatrixStack matrices, float amount)
    • isVisibleInterface

      boolean isVisibleInterface(net.minecraft.entity.LivingEntity entity)
    • getAnimationCounterInterface

      float getAnimationCounterInterface(net.minecraft.entity.LivingEntity entity, float tickDelta)