@Environment(value=CLIENT) public abstract class HorseBaseEntityRenderer<T extends HorseBaseEntity,M extends HorseEntityModel<T>> extends MobEntityRenderer<T,M>
Modifier and Type | Field and Description |
---|---|
private float |
scale |
features, model
dispatcher, shadowOpacity, shadowRadius
Constructor and Description |
---|
HorseBaseEntityRenderer(EntityRenderDispatcher dispatcher,
M model,
float scale) |
Modifier and Type | Method and Description |
---|---|
protected void |
scale(T t,
MatrixStack matrixStack,
float float2) |
hasLabel, method_23186, method_23187, render, shouldRender
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible, setupTransforms
getBlockLight, getFontRenderer, getLight, getPositionOffset, getRenderManager, getTexture, method_27950, renderLabelIfPresent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTexture
public HorseBaseEntityRenderer(EntityRenderDispatcher dispatcher, M model, float scale)
protected void scale(T t, MatrixStack matrixStack, float float2)
scale
in class LivingEntityRenderer<T extends HorseBaseEntity,M extends HorseEntityModel<T>>