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
AbstractPiglinModel<S extends HumanoidRenderState>
class
AbstractZombieModel<S extends ZombieRenderState>
class
class
class
class
class
EndermanModel<T extends EndermanRenderState>
class
class
HumanoidArmorModel<S extends HumanoidRenderState>
class
class
PlayerCapeModel<T extends PlayerRenderState>
class
class
class
SkeletonModel<S extends SkeletonRenderState>
class
ZombieModel<S extends ZombieRenderState>
class
ZombieVillagerModel<S extends ZombieVillagerRenderState>
class
Methods 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) void
HumanoidModel.copyPropertiesTo
(HumanoidModel<T> p_372920_) -
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,
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 TypeClassDescriptionclass
HumanoidArmorLayer<S extends HumanoidRenderState,
M extends HumanoidModel<S>, A extends HumanoidModel<S>> class
HumanoidArmorLayer<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 A
HumanoidArmorLayer.innerModel
private final A
HumanoidArmorLayer.innerModelBaby
private final HumanoidModel
<PlayerRenderState> CapeLayer.model
private final HumanoidModel
<PlayerRenderState> Deadmau5EarsLayer.model
private final A
HumanoidArmorLayer.outerModel
private final A
HumanoidArmorLayer.outerModelBaby
-
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, 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