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 TypeClassDescriptionclassAbstractPiglinModel<S extends HumanoidRenderState>classHumanoidArmorModel<S extends HumanoidRenderState>classHumanoidModel<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 TypeClassDescriptionclassHumanoidMobRenderer<T extends Mob,S extends HumanoidRenderState, M extends HumanoidModel<S>> Methods in net.minecraft.client.renderer.entity with parameters of type HumanoidRenderStateModifier and TypeMethodDescriptionstatic voidHumanoidMobRenderer.extractHumanoidRenderState(LivingEntity pEntity, HumanoidRenderState pReusedState, float pPartialTick, ItemModelResolver pItemModelResolver) -
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 TypeClassDescriptionclassHumanoidArmorLayer<S extends HumanoidRenderState,M extends HumanoidModel<S>, A extends HumanoidModel<S>> classWingsLayer<S extends HumanoidRenderState,M extends EntityModel<S>> Methods in net.minecraft.client.renderer.entity.layers with parameters of type HumanoidRenderStateModifier and TypeMethodDescriptionprivate static ResourceLocationWingsLayer.getPlayerElytraTexture(HumanoidRenderState pRenderState) -
Uses of HumanoidRenderState in net.minecraft.client.renderer.entity.state
Subclasses of HumanoidRenderState in net.minecraft.client.renderer.entity.stateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
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 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.