Uses of Class
net.minecraft.client.model.HumanoidModel
Packages that use HumanoidModel
Package
Description
-
Uses of HumanoidModel in net.minecraft.client.model
Subclasses of HumanoidModel in net.minecraft.client.modelModifier and TypeClassDescriptionclassAbstractZombieModel<T extends Monster>classclassclassclassDrownedModel<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.entity
Classes 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.layers
Classes 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.client
Methods 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.common
Methods 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.client
Fields 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