类 ParrotRenderer
java.lang.Object
net.minecraft.client.renderer.entity.EntityRenderer<T>
net.minecraft.client.renderer.entity.LivingEntityRenderer<T,M>
net.minecraft.client.renderer.entity.MobRenderer<Parrot,ParrotModel>
net.minecraft.client.renderer.entity.ParrotRenderer
- 所有已实现的接口:
RenderLayerParent<Parrot,
ParrotModel>
-
字段概要
字段修饰符和类型字段说明private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
private static final ResourceLocation
从类继承的字段 net.minecraft.client.renderer.entity.MobRenderer
LEASH_RENDER_STEPS
从类继承的字段 net.minecraft.client.renderer.entity.LivingEntityRenderer
layers, model
从类继承的字段 net.minecraft.client.renderer.entity.EntityRenderer
entityRenderDispatcher, NAMETAG_SCALE, shadowRadius, shadowStrength
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明float
getTextureLocation
(Parrot pEntity) static ResourceLocation
getVariantTexture
(Parrot.Variant pVariant) 从类继承的方法 net.minecraft.client.renderer.entity.MobRenderer
render, shouldRender, shouldShowName
从类继承的方法 net.minecraft.client.renderer.entity.LivingEntityRenderer
addLayer, getAttackAnim, getFlipDegrees, getModel, getOverlayCoords, getRenderType, getWhiteOverlayProgress, isBodyVisible, isEntityUpsideDown, isShaking, scale, setupRotations
从类继承的方法 net.minecraft.client.renderer.entity.EntityRenderer
getBlockLightLevel, getFont, getPackedLightCoords, getRenderOffset, getSkyLightLevel, renderNameTag
-
字段详细资料
-
RED_BLUE
-
BLUE
-
GREEN
-
YELLOW_BLUE
-
GREY
-
-
构造器详细资料
-
ParrotRenderer
-
-
方法详细资料
-
getTextureLocation
- 指定者:
getTextureLocation
在接口中RenderLayerParent<Parrot,
ParrotModel> - 指定者:
getTextureLocation
在类中EntityRenderer<Parrot>
-
getVariantTexture
-
getBob
- 覆盖:
getBob
在类中LivingEntityRenderer<Parrot,
ParrotModel>
-