Class ZombieVillagerEntityModel<S extends ZombieVillagerRenderState>
java.lang.Object
net.minecraft.client.model.Model
net.minecraft.client.render.entity.model.EntityModel<S>
net.minecraft.client.render.entity.model.BipedEntityModel<S>
net.minecraft.client.render.entity.model.ZombieVillagerEntityModel<S>
- All Implemented Interfaces:
ModelWithArms,ModelWithHat,ModelWithHead
@Environment(CLIENT)
public class ZombieVillagerEntityModel<S extends ZombieVillagerRenderState>
extends BipedEntityModel<S>
implements ModelWithHat
- Mappings:
Namespace Name named net/minecraft/client/render/entity/model/ZombieVillagerEntityModelintermediary net/minecraft/class_619official gki
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BipedEntityModel.ArmPoseNested classes/interfaces inherited from class net.minecraft.client.model.Model
Model.SinglePartModel -
Field Summary
FieldsFields inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
BABY_TRANSFORMER, body, field_32505, field_32506, field_39069, field_39070, field_42513, hat, head, leftArm, leftLeg, rightArm, rightLegFields inherited from class net.minecraft.client.render.entity.model.EntityModel
field_52908Fields inherited from class net.minecraft.client.model.Model
layerFactory, root -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TexturedModelDatagetArmorTexturedModelData(Dilation dilation) static TexturedModelDatavoidrotateArms(MatrixStack stack) voidvoidsetHatVisible(boolean visible) Sets whether the hat is visible or not.Methods inherited from class net.minecraft.client.render.entity.model.BipedEntityModel
animateArms, copyTransforms, getArm, getHead, getModelData, setArmAngle, setVisibleMethods inherited from class net.minecraft.client.model.Model
animate, animate, animate, animateWalking, getLayer, getPart, getParts, getRootPart, render, render, resetTransforms
-
Field Details
-
hatRim
- Mappings:
Namespace Name Mixin selector named hatRimLnet/minecraft/client/render/entity/model/ZombieVillagerEntityModel;hatRim:Lnet/minecraft/client/model/ModelPart;intermediary field_17144Lnet/minecraft/class_619;field_17144:Lnet/minecraft/class_630;official aLgki;a:Lgkr;
-
-
Constructor Details
-
ZombieVillagerEntityModel
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/render/entity/model/EntityModel;<init>(Lnet/minecraft/client/model/ModelPart;)Vintermediary <init>Lnet/minecraft/class_583;<init>(Lnet/minecraft/class_630;)Vofficial <init>Lghn;<init>(Lgkr;)V
-
-
Method Details
-
getTexturedModelData
- Mappings:
Namespace Name Mixin selector named getTexturedModelDataLnet/minecraft/client/render/entity/model/ZombieVillagerEntityModel;getTexturedModelData()Lnet/minecraft/client/model/TexturedModelData;intermediary method_32070Lnet/minecraft/class_619;method_32070()Lnet/minecraft/class_5607;official aLgki;a()Lgkx;
-
getArmorTexturedModelData
- Mappings:
Namespace Name Mixin selector named getArmorTexturedModelDataLnet/minecraft/client/render/entity/model/ZombieVillagerEntityModel;getArmorTexturedModelData(Lnet/minecraft/client/model/Dilation;)Lnet/minecraft/client/model/TexturedModelData;intermediary method_32069Lnet/minecraft/class_619;method_32069(Lnet/minecraft/class_5605;)Lnet/minecraft/class_5607;official aLgki;a(Lgkv;)Lgkx;
-
setAngles
- Overrides:
setAnglesin classBipedEntityModel<S extends ZombieVillagerRenderState>- Mappings:
Namespace Name Mixin selector named setAnglesLnet/minecraft/client/render/entity/model/ZombieVillagerEntityModel;setAngles(Lnet/minecraft/client/render/entity/state/ZombieVillagerRenderState;)Vintermediary method_17135Lnet/minecraft/class_619;method_17135(Lnet/minecraft/class_10087;)Vofficial aLgki;a(Lhgw;)V
-
setHatVisible
public void setHatVisible(boolean visible) Sets whether the hat is visible or not.- Specified by:
setHatVisiblein interfaceModelWithHat- Parameters:
visible-trueif the hat is visible, otherwisefalse- Mappings:
Namespace Name Mixin selector named setHatVisibleLnet/minecraft/client/render/entity/model/ModelWithHat;setHatVisible(Z)Vintermediary method_17150Lnet/minecraft/class_3884;method_17150(Z)Vofficial aLgjz;a(Z)V
-
rotateArms
- Specified by:
rotateArmsin interfaceModelWithHat- Mappings:
Namespace Name Mixin selector named rotateArmsLnet/minecraft/client/render/entity/model/ModelWithHat;rotateArms(Lnet/minecraft/client/util/math/MatrixStack;)Vintermediary method_65191Lnet/minecraft/class_3884;method_65191(Lnet/minecraft/class_4587;)Vofficial aLgjz;a(Lfld;)V
-