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 TypeClassDescriptionclassAbstractPiglinModel<S extends HumanoidRenderState>classAbstractZombieModel<S extends ZombieRenderState>classclassclassclassclassEndermanModel<T extends EndermanRenderState>classclassHumanoidArmorModel<S extends HumanoidRenderState>classclassPlayerCapeModel<T extends PlayerRenderState>classclassclassSkeletonModel<S extends SkeletonRenderState>classZombieModel<S extends ZombieRenderState>classZombieVillagerModel<S extends ZombieVillagerRenderState>classMethods in net.minecraft.client.model with parameters of type HumanoidModelModifier and TypeMethodDescription<T extends HumanoidRenderState>
voidHumanoidModel.ArmPose.applyTransform(HumanoidModel<T> model, T entity, HumanoidArm arm) voidHumanoidModel.copyPropertiesTo(HumanoidModel<T> pModel) -
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,S extends HumanoidRenderState, M extends HumanoidModel<S>> -
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<S extends HumanoidRenderState,M extends HumanoidModel<S>, A extends HumanoidModel<S>> classHumanoidArmorLayer<S extends HumanoidRenderState,M extends HumanoidModel<S>, A extends HumanoidModel<S>> Fields in net.minecraft.client.renderer.entity.layers declared as HumanoidModelModifier and TypeFieldDescriptionprivate final AHumanoidArmorLayer.innerModelprivate final AHumanoidArmorLayer.innerModelBabyprivate final HumanoidModel<PlayerRenderState> CapeLayer.modelprivate final HumanoidModel<PlayerRenderState> Deadmau5EarsLayer.modelprivate final AHumanoidArmorLayer.outerModelprivate final AHumanoidArmorLayer.outerModelBaby -
Uses of HumanoidModel in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type HumanoidModelModifier and TypeMethodDescriptionvoidIArmPoseTransformer.applyTransform(HumanoidModel<?> model, HumanoidRenderState entity, HumanoidArm arm) This method should be used to apply all wanted transformations to the player when the ArmPose is active.static <T extends HumanoidRenderState>
voidClientHooks.copyModelProperties(HumanoidModel<T> original, HumanoidModel<?> replacement) Copies humanoid model properties from the original model to another, used for armor models