Uses of Class
net.minecraft.client.model.HumanoidModel
Packages that use HumanoidModel
Package
Description
- 
Uses of HumanoidModel in net.minecraft.client.modelSubclasses of HumanoidModel in net.minecraft.client.modelModifier and TypeClassDescriptionclassAbstractZombieModel<T extends Monster>classclassclassDrownedModel<T extends Zombie>classEndermanModel<T extends LivingEntity>classclassHumanoidArmorModel<T extends LivingEntity>classPiglinModel<T extends Mob>classPlayerModel<T extends LivingEntity>classSkeletonModel<T extends Mob & RangedAttackMob>classZombieModel<T extends Zombie>classZombieVillagerModel<T extends Zombie>Methods in net.minecraft.client.model with parameters of type HumanoidModelModifier and TypeMethodDescription<T extends LivingEntity>
 voidHumanoidModel.ArmPose.applyTransform(HumanoidModel<T> model, T entity, HumanoidArm arm) voidHumanoidModel.copyPropertiesTo(HumanoidModel<T> p_102873_) 
- 
Uses of HumanoidModel in net.minecraft.client.renderer.entityClasses in net.minecraft.client.renderer.entity with type parameters of type HumanoidModelModifier and TypeClassDescriptionclassHumanoidMobRenderer<T extends Mob,M extends HumanoidModel<T>> 
- 
Uses of HumanoidModel in net.minecraft.client.renderer.entity.layersClasses in net.minecraft.client.renderer.entity.layers with type parameters of type HumanoidModelModifier and TypeClassDescriptionclassHumanoidArmorLayer<T extends LivingEntity,M extends HumanoidModel<T>, A extends HumanoidModel<T>> classHumanoidArmorLayer<T extends LivingEntity,M extends HumanoidModel<T>, A extends HumanoidModel<T>> Fields in net.minecraft.client.renderer.entity.layers declared as HumanoidModelModifier and TypeFieldDescriptionprivate final AHumanoidArmorLayer.innerModelprivate final AHumanoidArmorLayer.outerModel
- 
Uses of HumanoidModel in net.neoforged.neoforge.clientMethods in net.neoforged.neoforge.client with parameters of type HumanoidModelModifier and TypeMethodDescriptionvoidIArmPoseTransformer.applyTransform(HumanoidModel<?> model, LivingEntity entity, HumanoidArm arm) This method should be used to apply all wanted transformations to the player when the ArmPose is active.static <T extends LivingEntity>
 voidClientHooks.copyModelProperties(HumanoidModel<T> original, HumanoidModel<?> replacement) Copies humanoid model properties from the original model to another, used for armor modelsstatic ModelClientHooks.getArmorModel(LivingEntity entityLiving, ItemStack itemStack, EquipmentSlot slot, HumanoidModel<?> _default) 
- 
Uses of HumanoidModel in net.neoforged.neoforge.client.extensions.commonMethods in net.neoforged.neoforge.client.extensions.common that return HumanoidModelModifier and TypeMethodDescriptiondefault HumanoidModel<?>IClientItemExtensions.getHumanoidArmorModel(LivingEntity livingEntity, ItemStack itemStack, EquipmentSlot equipmentSlot, HumanoidModel<?> original) Queries the humanoid armor model for this item when it's equipped.Methods in net.neoforged.neoforge.client.extensions.common with parameters of type HumanoidModelModifier and TypeMethodDescriptiondefault ModelIClientItemExtensions.getGenericArmorModel(LivingEntity livingEntity, ItemStack itemStack, EquipmentSlot equipmentSlot, HumanoidModel<?> original) Queries the armor model for this item when it's equipped.default HumanoidModel<?>IClientItemExtensions.getHumanoidArmorModel(LivingEntity livingEntity, ItemStack itemStack, EquipmentSlot equipmentSlot, HumanoidModel<?> original) Queries the humanoid armor model for this item when it's equipped.
- 
Uses of HumanoidModel in net.neoforged.neoforge.oldtest.clientFields in net.neoforged.neoforge.oldtest.client declared as HumanoidModelModifier and TypeFieldDescriptionprivate HumanoidModel<?>CustomArmorModelTest.TintedArmorModel.baseFields in net.neoforged.neoforge.oldtest.client with type parameters of type HumanoidModelModifier and TypeFieldDescriptionprivate static final Lazy<HumanoidModel<LivingEntity>>CustomArmorModelTest.TintedArmorModel.ENDERMAN