Class WolfRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<Wolf>
net.minecraft.client.renderer.entity.LivingEntityRenderer<Wolf,WolfModel<Wolf>>
net.minecraft.client.renderer.entity.MobRenderer<Wolf,WolfModel<Wolf>>
net.minecraft.client.renderer.entity.WolfRenderer
- All Implemented Interfaces:
RenderLayerParent<Wolf,
WolfModel<Wolf>>
-
Field Summary
Fields inherited from class net.minecraft.client.renderer.entity.LivingEntityRenderer
layers, model
Fields inherited from class net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, LEASH_RENDER_STEPS, NAMETAG_SCALE, shadowRadius, shadowStrength
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected float
Defines what float the third param in setRotationAngles of ModelBase isgetTextureLocation
(Wolf pEntity) Returns the location of an entity's texture.void
render
(Wolf pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) Methods inherited from class net.minecraft.client.renderer.entity.MobRenderer
getShadowRadius, shouldShowName
Methods inherited from class net.minecraft.client.renderer.entity.LivingEntityRenderer
addLayer, getAttackAnim, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isEntityUpsideDown, isShaking, scale, setupRotations
Methods inherited from class net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag, shouldRender
-
Constructor Details
-
WolfRenderer
-
-
Method Details
-
getBob
Defines what float the third param in setRotationAngles of ModelBase is- Overrides:
getBob
in classLivingEntityRenderer<Wolf,
WolfModel<Wolf>>
-
render
public void render(Wolf pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) - Overrides:
render
in classLivingEntityRenderer<Wolf,
WolfModel<Wolf>>
-
getTextureLocation
Returns the location of an entity's texture.- Specified by:
getTextureLocation
in interfaceRenderLayerParent<Wolf,
WolfModel<Wolf>> - Specified by:
getTextureLocation
in classEntityRenderer<Wolf>
-