Class ZoglinRenderer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.EntityRenderer<T>
-
- net.minecraft.client.renderer.entity.LivingRenderer<T,M>
-
- net.minecraft.client.renderer.entity.MobRenderer<ZoglinEntity,BoarModel<ZoglinEntity>>
-
- net.minecraft.client.renderer.entity.ZoglinRenderer
-
- All Implemented Interfaces:
IEntityRenderer<ZoglinEntity,BoarModel<ZoglinEntity>>
public class ZoglinRenderer extends MobRenderer<ZoglinEntity,BoarModel<ZoglinEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
ZOGLIN_LOCATION
-
Fields inherited from class net.minecraft.client.renderer.entity.LivingRenderer
layers, model
-
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, shadowRadius, shadowStrength
-
-
Constructor Summary
Constructors Constructor Description ZoglinRenderer(EntityRendererManager p_i232474_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceLocation
getTextureLocation(ZoglinEntity p_110775_1_)
-
Methods inherited from class net.minecraft.client.renderer.entity.MobRenderer
addVertexPair, render, renderSide, shouldRender, shouldShowName
-
Methods inherited from class net.minecraft.client.renderer.entity.LivingRenderer
addLayer, getAttackAnim, getBob, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isShaking, scale, setupRotations
-
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getDispatcher, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag
-
-
-
-
Field Detail
-
ZOGLIN_LOCATION
private static final ResourceLocation ZOGLIN_LOCATION
-
-
Constructor Detail
-
ZoglinRenderer
public ZoglinRenderer(EntityRendererManager p_i232474_1_)
-
-
Method Detail
-
getTextureLocation
public ResourceLocation getTextureLocation(ZoglinEntity p_110775_1_)
- Specified by:
getTextureLocation
in interfaceIEntityRenderer<ZoglinEntity,BoarModel<ZoglinEntity>>
- Specified by:
getTextureLocation
in classEntityRenderer<ZoglinEntity>
-
-