Class RabbitRenderer
- java.lang.Object
-
- net.minecraft.client.renderer.entity.EntityRenderer<T>
-
- net.minecraft.client.renderer.entity.LivingRenderer<T,M>
-
- net.minecraft.client.renderer.entity.MobRenderer<RabbitEntity,RabbitModel<RabbitEntity>>
-
- net.minecraft.client.renderer.entity.RabbitRenderer
-
- All Implemented Interfaces:
IEntityRenderer<RabbitEntity,RabbitModel<RabbitEntity>>
public class RabbitRenderer extends MobRenderer<RabbitEntity,RabbitModel<RabbitEntity>>
-
-
Field Summary
Fields Modifier and Type Field Description private static ResourceLocation
RABBIT_BLACK_LOCATION
private static ResourceLocation
RABBIT_BROWN_LOCATION
private static ResourceLocation
RABBIT_EVIL_LOCATION
private static ResourceLocation
RABBIT_GOLD_LOCATION
private static ResourceLocation
RABBIT_SALT_LOCATION
private static ResourceLocation
RABBIT_TOAST_LOCATION
private static ResourceLocation
RABBIT_WHITE_LOCATION
private static ResourceLocation
RABBIT_WHITE_SPLOTCHED_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 RabbitRenderer(EntityRendererManager p_i47196_1_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceLocation
getTextureLocation(RabbitEntity 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
-
RABBIT_BROWN_LOCATION
private static final ResourceLocation RABBIT_BROWN_LOCATION
-
RABBIT_WHITE_LOCATION
private static final ResourceLocation RABBIT_WHITE_LOCATION
-
RABBIT_BLACK_LOCATION
private static final ResourceLocation RABBIT_BLACK_LOCATION
-
RABBIT_GOLD_LOCATION
private static final ResourceLocation RABBIT_GOLD_LOCATION
-
RABBIT_SALT_LOCATION
private static final ResourceLocation RABBIT_SALT_LOCATION
-
RABBIT_WHITE_SPLOTCHED_LOCATION
private static final ResourceLocation RABBIT_WHITE_SPLOTCHED_LOCATION
-
RABBIT_TOAST_LOCATION
private static final ResourceLocation RABBIT_TOAST_LOCATION
-
RABBIT_EVIL_LOCATION
private static final ResourceLocation RABBIT_EVIL_LOCATION
-
-
Constructor Detail
-
RabbitRenderer
public RabbitRenderer(EntityRendererManager p_i47196_1_)
-
-
Method Detail
-
getTextureLocation
public ResourceLocation getTextureLocation(RabbitEntity p_110775_1_)
- Specified by:
getTextureLocation
in interfaceIEntityRenderer<RabbitEntity,RabbitModel<RabbitEntity>>
- Specified by:
getTextureLocation
in classEntityRenderer<RabbitEntity>
-
-