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 HumanoidRenderStateMethods 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 HumanoidRenderStateModifier and TypeMethodDescriptionvoidHumanoidModel.translateToHand(HumanoidRenderState state, HumanoidArm arm, PoseStack poseStack) -
Uses of HumanoidRenderState in net.minecraft.client.model.effects
Methods in net.minecraft.client.model.effects with type parameters of type HumanoidRenderStateModifier and TypeMethodDescriptionstatic <T extends HumanoidRenderState>
voidSpearAnimations.thirdPersonAttackHand(HumanoidModel<T> model, T state) static <T extends HumanoidRenderState>
voidSpearAnimations.thirdPersonHandUse(ModelPart arm, ModelPart head, boolean holdingInRightArm, ItemStack item, T state) -
Uses of HumanoidRenderState in net.minecraft.client.model.monster.piglin
Classes in net.minecraft.client.model.monster.piglin with type parameters of type HumanoidRenderState -
Uses of HumanoidRenderState in net.minecraft.client.model.object.equipment
Subclasses with type arguments of type HumanoidRenderState in net.minecraft.client.model.object.equipmentMethods in net.minecraft.client.model.object.equipment 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 entity, HumanoidRenderState state, float partialTicks, ItemModelResolver itemModelResolver) -
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 @Nullable IdentifierWingsLayer.getPlayerElytraTexture(HumanoidRenderState state) -
Uses of HumanoidRenderState in net.minecraft.client.renderer.entity.state
Subclasses of HumanoidRenderState in net.minecraft.client.renderer.entity.stateModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of HumanoidRenderState in net.neoforged.neoforge.client
Methods 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.