Uses of Class
net.minecraft.client.render.entity.model.PlayerEntityModel
Packages that use PlayerEntityModel
Package
Description
The base package for all Minecraft classes.
-
Uses of PlayerEntityModel in net.minecraft
Fields in net.minecraft declared as PlayerEntityModelModifier and TypeFieldDescriptionprivate final PlayerEntityModelclass_11255.playerModelThe field for theplayerModelrecord component.Methods in net.minecraft that return PlayerEntityModelModifier and TypeMethodDescriptionclass_11255.playerModel()Returns the value of theplayerModelrecord component.Constructors in net.minecraft with parameters of type PlayerEntityModelModifierConstructorDescriptionclass_11255(PlayerEntityModel playerEntityModel, Identifier identifier, float float2, float float3, float float4, int int2, int int3, int int4, int int5, float float5, float float6, class_11227 class_11227, @Nullable ScreenRect screenRect) -
Uses of PlayerEntityModel in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type PlayerEntityModelModifier and TypeMethodDescriptionvoidDrawContext.method_70854(PlayerEntityModel playerEntityModel, Identifier identifier, float float2, float float3, float float4, float float5, int int2, int int3, int int4, int int5) -
Uses of PlayerEntityModel in net.minecraft.client.gui.widget
Fields in net.minecraft.client.gui.widget declared as PlayerEntityModelModifier and TypeFieldDescriptionprivate final PlayerEntityModelPlayerSkinWidget.field_59834private final PlayerEntityModelPlayerSkinWidget.field_59835 -
Uses of PlayerEntityModel in net.minecraft.client.render.entity.feature
Classes in net.minecraft.client.render.entity.feature with type parameters of type PlayerEntityModelModifier and TypeClassDescriptionclassStuckArrowsFeatureRenderer<M extends PlayerEntityModel>classStuckObjectsFeatureRenderer<M extends PlayerEntityModel>classStuckStingersFeatureRenderer<M extends PlayerEntityModel>Constructor parameters in net.minecraft.client.render.entity.feature with type arguments of type PlayerEntityModelModifierConstructorDescriptionCapeFeatureRenderer(FeatureRendererContext<PlayerEntityRenderState, PlayerEntityModel> context, LoadedEntityModels modelLoader, EquipmentModelLoader equipmentModelLoader) Deadmau5FeatureRenderer(FeatureRendererContext<PlayerEntityRenderState, PlayerEntityModel> context, LoadedEntityModels entityModels) ShoulderParrotFeatureRenderer(FeatureRendererContext<PlayerEntityRenderState, PlayerEntityModel> context, LoadedEntityModels loader) TridentRiptideFeatureRenderer(FeatureRendererContext<PlayerEntityRenderState, PlayerEntityModel> context, LoadedEntityModels entityModels)