@Environment(value=CLIENT) public class TridentRiptideFeatureRenderer<T extends LivingEntity> extends FeatureRenderer<T,PlayerEntityModel<T>>
Modifier and Type | Field and Description |
---|---|
private ModelPart |
aura |
static Identifier |
TEXTURE |
Constructor and Description |
---|
TridentRiptideFeatureRenderer(FeatureRendererContext<T,PlayerEntityModel<T>> context) |
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, renderModel
public static final Identifier TEXTURE
private final ModelPart aura
public TridentRiptideFeatureRenderer(FeatureRendererContext<T,PlayerEntityModel<T>> context)
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,PlayerEntityModel<T extends LivingEntity>>