Interface ILivingEntityRenderer
public interface ILivingEntityRenderer
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetAnimationCounterInterface(net.minecraft.entity.LivingEntity entity, float tickDelta) booleanisVisibleInterface(net.minecraft.entity.LivingEntity entity) voidscaleInterface(net.minecraft.entity.LivingEntity entity, net.minecraft.client.util.math.MatrixStack matrices, float amount) voidsetupTransformsInterface(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)
-