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, modelFields 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 floatDefines what float the third param in setRotationAngles of ModelBase isgetTextureLocation(Wolf pEntity) Returns the location of an entity's texture.voidrender(Wolf pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) Methods inherited from class net.minecraft.client.renderer.entity.MobRenderer
getShadowRadius, shouldShowNameMethods inherited from class net.minecraft.client.renderer.entity.LivingEntityRenderer
addLayer, getAttackAnim, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isEntityUpsideDown, isShaking, scale, setupRotationsMethods 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:
getBobin classLivingEntityRenderer<Wolf,WolfModel<Wolf>>
-
render
public void render(Wolf pEntity, float pEntityYaw, float pPartialTicks, PoseStack pPoseStack, MultiBufferSource pBuffer, int pPackedLight) - Overrides:
renderin classLivingEntityRenderer<Wolf,WolfModel<Wolf>>
-
getTextureLocation
Returns the location of an entity's texture.- Specified by:
getTextureLocationin interfaceRenderLayerParent<Wolf,WolfModel<Wolf>> - Specified by:
getTextureLocationin classEntityRenderer<Wolf>
-