Uses of Class
net.minecraft.client.model.HumanoidModel
Package
Description
-
Uses of HumanoidModel in net.minecraft.client.model
Modifier 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>
Modifier 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
Modifier and TypeClassDescriptionclass
HumanoidMobRenderer<T extends Mob,
M extends HumanoidModel<T>> -
Uses of HumanoidModel in net.minecraft.client.renderer.entity.layers
Modifier 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>> Modifier and TypeFieldDescriptionprivate final A
HumanoidArmorLayer.innerModel
private final A
HumanoidArmorLayer.outerModel
-
Uses of HumanoidModel in net.minecraftforge.client
Modifier 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
Modifier 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.Modifier 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.