@Environment(value=CLIENT) public class BatEntityRenderer extends MobEntityRenderer<BatEntity,BatEntityModel>
Modifier and Type | Field and Description |
---|---|
private static Identifier |
TEXTURE |
features, model
dispatcher, shadowOpacity, shadowRadius
Constructor and Description |
---|
BatEntityRenderer(EntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
Identifier |
getTexture(BatEntity batEntity) |
protected void |
scale(BatEntity batEntity,
MatrixStack matrixStack,
float float2) |
protected void |
setupTransforms(BatEntity batEntity,
MatrixStack matrixStack,
float float2,
float float3,
float float4) |
hasLabel, method_23186, method_23187, render, shouldRender
addFeature, getAnimationCounter, getAnimationProgress, getHandSwingProgress, getLyingAngle, getModel, getOverlay, getRenderLayer, isShaking, isVisible
getBlockLight, getFontRenderer, getLight, getPositionOffset, getRenderManager, renderLabelIfPresent
private static final Identifier TEXTURE
public BatEntityRenderer(EntityRenderDispatcher dispatcher)
public Identifier getTexture(BatEntity batEntity)
getTexture
in interface FeatureRendererContext<BatEntity,BatEntityModel>
getTexture
in class EntityRenderer<BatEntity>
protected void scale(BatEntity batEntity, MatrixStack matrixStack, float float2)
scale
in class LivingEntityRenderer<BatEntity,BatEntityModel>
protected void setupTransforms(BatEntity batEntity, MatrixStack matrixStack, float float2, float float3, float float4)
setupTransforms
in class LivingEntityRenderer<BatEntity,BatEntityModel>