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 TypeClassDescriptionclass
AbstractZombieModel<T extends Monster>
class
class
class
DrownedModel<T extends Zombie>
class
EndermanModel<T extends LivingEntity>
class
class
HumanoidArmorModel<T extends LivingEntity>
class
PiglinModel<T extends Mob>
class
PlayerModel<T extends LivingEntity>
class
SkeletonModel<T extends Mob & RangedAttackMob>
class
ZombieModel<T extends Zombie>
class
ZombieVillagerModel<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) void
HumanoidModel.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 TypeClassDescriptionclass
HumanoidMobRenderer<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 TypeClassDescriptionclass
HumanoidArmorLayer<T extends LivingEntity,
M extends HumanoidModel<T>, A extends HumanoidModel<T>> class
HumanoidArmorLayer<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 A
HumanoidArmorLayer.innerModel
private final A
HumanoidArmorLayer.outerModel
-
Uses of HumanoidModel in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type HumanoidModelModifier and TypeMethodDescriptionvoid
IArmPoseTransformer.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 Model
ClientHooks.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 Model
IClientItemExtensions.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.base
Fields in net.neoforged.neoforge.oldtest.client with type parameters of type HumanoidModelModifier and TypeFieldDescriptionprivate static final Lazy<HumanoidModel<LivingEntity>>
CustomArmorModelTest.TintedArmorModel.ENDERMAN