Uses of Class
net.minecraft.client.renderer.entity.state.HumanoidRenderState
Packages that use HumanoidRenderState
Package
Description
-
Uses of HumanoidRenderState in net.minecraft.client.model
Classes in net.minecraft.client.model with type parameters of type HumanoidRenderStateModifier and TypeClassDescriptionclass
AbstractPiglinModel<S extends HumanoidRenderState>
class
HumanoidArmorModel<S extends HumanoidRenderState>
class
HumanoidModel<T extends HumanoidRenderState>
Methods in net.minecraft.client.model with type parameters of type HumanoidRenderStateModifier and TypeMethodDescription<T extends HumanoidRenderState>
voidHumanoidModel.ArmPose.applyTransform
(HumanoidModel<T> model, T entity, HumanoidArm arm) Methods in net.minecraft.client.model with parameters of type HumanoidRenderState -
Uses of HumanoidRenderState in net.minecraft.client.renderer.entity
Classes in net.minecraft.client.renderer.entity with type parameters of type HumanoidRenderStateModifier and TypeClassDescriptionclass
HumanoidMobRenderer<T extends Mob,
S extends HumanoidRenderState, M extends HumanoidModel<S>> Methods in net.minecraft.client.renderer.entity with parameters of type HumanoidRenderStateModifier and TypeMethodDescriptionstatic void
HumanoidMobRenderer.extractHumanoidRenderState
(LivingEntity p_365104_, HumanoidRenderState p_362998_, float p_363706_, ItemModelResolver p_388651_) -
Uses of HumanoidRenderState in net.minecraft.client.renderer.entity.layers
Classes in net.minecraft.client.renderer.entity.layers with type parameters of type HumanoidRenderStateModifier and TypeClassDescriptionclass
HumanoidArmorLayer<S extends HumanoidRenderState,
M extends HumanoidModel<S>, A extends HumanoidModel<S>> class
WingsLayer<S extends HumanoidRenderState,
M extends EntityModel<S>> Methods in net.minecraft.client.renderer.entity.layers with parameters of type HumanoidRenderStateModifier and TypeMethodDescriptionprivate static ResourceLocation
WingsLayer.getPlayerElytraTexture
(HumanoidRenderState p_371419_) -
Uses of HumanoidRenderState in net.minecraft.client.renderer.entity.state
Subclasses of HumanoidRenderState in net.minecraft.client.renderer.entity.stateModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of HumanoidRenderState in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with type parameters of type HumanoidRenderStateModifier and TypeMethodDescriptionstatic <T extends HumanoidRenderState>
voidClientHooks.copyModelProperties
(HumanoidModel<T> original, HumanoidModel<?> replacement) Copies humanoid model properties from the original model to another, used for armor modelsMethods in net.neoforged.neoforge.client with parameters of type HumanoidRenderStateModifier 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.