Class ZombieVillagerEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<ZombieVillagerEntity,class_10087>
net.minecraft.client.render.entity.LivingEntityRenderer<ZombieVillagerEntity,class_10087,ZombieVillagerEntityModel<class_10087>>
net.minecraft.client.render.entity.MobEntityRenderer<ZombieVillagerEntity,class_10087,ZombieVillagerEntityModel<class_10087>>
net.minecraft.class_9990<ZombieVillagerEntity,class_10087,ZombieVillagerEntityModel<class_10087>>
net.minecraft.client.render.entity.BipedEntityRenderer<ZombieVillagerEntity,class_10087,ZombieVillagerEntityModel<class_10087>>
net.minecraft.client.render.entity.ZombieVillagerEntityRenderer
- All Implemented Interfaces:
FeatureRendererContext<class_10087,ZombieVillagerEntityModel<class_10087>>
@Environment(CLIENT)
public class ZombieVillagerEntityRenderer
extends BipedEntityRenderer<ZombieVillagerEntity,class_10087,ZombieVillagerEntityModel<class_10087>>
- Mappings:
Namespace Name named net/minecraft/client/render/entity/ZombieVillagerEntityRendererintermediary net/minecraft/class_971official gpz
-
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
features, field_53193, modelFields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, field_32921, field_52257, shadowOpacity, shadowRadius -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTexture(class_10087 class_10087) protected booleanisShaking(class_10087 class_10087) Returns if this entity is shaking.voidmethod_62354(ZombieVillagerEntity zombieVillagerEntity, class_10087 class_10087, float float2) Methods inherited from class net.minecraft.client.render.entity.BipedEntityRenderer
method_62355, method_62461Methods inherited from class net.minecraft.class_9990
renderMethods inherited from class net.minecraft.client.render.entity.MobEntityRenderer
getShadowRadius, hasLabelMethods inherited from class net.minecraft.client.render.entity.LivingEntityRenderer
addFeature, getAnimationCounter, getModel, getOverlay, getRenderLayer, isVisible, method_3919, method_62358, method_62483, method_62484, scale, setupTransforms, shouldFlipUpsideDownMethods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getLight, getPositionOffset, getSkyLight, getTextRenderer, method_62406, method_62425, method_62426, renderLabelIfPresent, shouldRender
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/render/entity/ZombieVillagerEntityRenderer;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_4835Lnet/minecraft/class_971;field_4835:Lnet/minecraft/class_2960;official aLgpz;a:Lalb;
-
-
Constructor Details
-
ZombieVillagerEntityRenderer
-
-
Method Details
-
getTexture
- Specified by:
getTexturein interfaceFeatureRendererContext<class_10087,ZombieVillagerEntityModel<class_10087>> - Specified by:
getTexturein classEntityRenderer<ZombieVillagerEntity,class_10087> - Mappings:
Namespace Name Mixin selector named getTextureLnet/minecraft/client/render/entity/ZombieVillagerEntityRenderer;getTexture(Lnet/minecraft/class_10087;)Lnet/minecraft/util/Identifier;intermediary method_4175Lnet/minecraft/class_971;method_4175(Lnet/minecraft/class_10087;)Lnet/minecraft/class_2960;official aLgpz;a(Lgvk;)Lalb;
-
method_55269
- Specified by:
method_55269in classEntityRenderer<ZombieVillagerEntity,class_10087> - Mappings:
Namespace Name Mixin selector named method_55269Lnet/minecraft/client/render/entity/ZombieVillagerEntityRenderer;method_55269()Lnet/minecraft/class_10087;intermediary method_62586Lnet/minecraft/class_971;method_62586()Lnet/minecraft/class_10087;official cLgpz;c()Lgvk;
-
method_62354
public void method_62354(ZombieVillagerEntity zombieVillagerEntity, class_10087 class_10087, float float2) - Overrides:
method_62354in classLivingEntityRenderer<ZombieVillagerEntity,class_10087, ZombieVillagerEntityModel<class_10087>> - Mappings:
Namespace Name Mixin selector named method_62354Lnet/minecraft/client/render/entity/ZombieVillagerEntityRenderer;method_62354(Lnet/minecraft/entity/mob/ZombieVillagerEntity;Lnet/minecraft/class_10087;F)Vintermediary method_62585Lnet/minecraft/class_971;method_62585(Lnet/minecraft/class_1641;Lnet/minecraft/class_10087;F)Vofficial aLgpz;a(Lclp;Lgvk;F)V
-
isShaking
Description copied from class:LivingEntityRendererReturns if this entity is shaking. Specifically, in the way a zombie villager, zombie, husk, or piglin undergoing conversion shakes.- Overrides:
isShakingin classLivingEntityRenderer<ZombieVillagerEntity,class_10087, ZombieVillagerEntityModel<class_10087>> - Returns:
- if this entity is shaking
- Mappings:
Namespace Name Mixin selector named isShakingLnet/minecraft/client/render/entity/ZombieVillagerEntityRenderer;isShaking(Lnet/minecraft/class_10087;)Zintermediary method_25452Lnet/minecraft/class_971;method_25452(Lnet/minecraft/class_10087;)Zofficial bLgpz;b(Lgvk;)Z
-