@Environment(value=CLIENT) public class HeadFeatureRenderer<T extends LivingEntity,M extends EntityModel<T> & ModelWithHead> extends FeatureRenderer<T,M>
| Modifier and Type | Field and Description |
|---|---|
private float |
field_24474 |
private float |
field_24475 |
private float |
field_24476 |
private Map<SkullBlock.SkullType,SkullBlockEntityModel> |
field_27771 |
| Constructor and Description |
|---|
HeadFeatureRenderer(FeatureRendererContext<T,M> featureRendererContext,
class_5599 class_5599) |
HeadFeatureRenderer(FeatureRendererContext<T,M> featureRendererContext,
class_5599 class_5599,
float float2,
float float3,
float float4) |
| Modifier and Type | Method and Description |
|---|---|
void |
render(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
T t,
float float2,
float float3,
float float4,
float float5,
float float6,
float float7) |
getContextModel, getTexture, render, renderModelprivate final float field_24474
private final float field_24475
private final float field_24476
private final Map<SkullBlock.SkullType,SkullBlockEntityModel> field_27771
public HeadFeatureRenderer(FeatureRendererContext<T,M> featureRendererContext, class_5599 class_5599)
public HeadFeatureRenderer(FeatureRendererContext<T,M> featureRendererContext, class_5599 class_5599, float float2, float float3, float float4)
public void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, T t, float float2, float float3, float float4, float float5, float float6, float float7)
render in class FeatureRenderer<T extends LivingEntity,M extends EntityModel<T> & ModelWithHead>