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.minecraftforge.client
Methods in net.minecraftforge.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>
voidForgeHooksClient.copyModelProperties
(HumanoidModel<T> original, HumanoidModel<?> replacement) Copies humanoid model properties from the original model to another, used for armor modelsstatic Model
ForgeHooksClient.getArmorModel
(LivingEntity entityLiving, ItemStack itemStack, EquipmentSlot slot, HumanoidModel<?> _default) -
Uses of HumanoidModel in net.minecraftforge.client.extensions.common
Methods in net.minecraftforge.client.extensions.common that return HumanoidModelModifier and TypeMethodDescriptiondefault @NotNull 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.minecraftforge.client.extensions.common with parameters of type HumanoidModelModifier and TypeMethodDescriptiondefault @NotNull Model
IClientItemExtensions.getGenericArmorModel
(LivingEntity livingEntity, ItemStack itemStack, EquipmentSlot equipmentSlot, HumanoidModel<?> original) Queries the armor model for this item when it's equipped.default @NotNull HumanoidModel<?>
IClientItemExtensions.getHumanoidArmorModel
(LivingEntity livingEntity, ItemStack itemStack, EquipmentSlot equipmentSlot, HumanoidModel<?> original) Queries the humanoid armor model for this item when it's equipped.