@Environment(value=CLIENT) public class WitherArmorFeatureRenderer extends EnergySwirlOverlayFeatureRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
Modifier and Type | Field and Description |
---|---|
private WitherEntityModel<WitherEntity> |
model |
private static Identifier |
SKIN |
Constructor and Description |
---|
WitherArmorFeatureRenderer(FeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>> context) |
Modifier and Type | Method and Description |
---|---|
protected EntityModel<WitherEntity> |
getEnergySwirlModel() |
protected Identifier |
getEnergySwirlTexture() |
protected float |
getEnergySwirlX(float partialAge) |
render
getContextModel, getTexture, render, renderModel
private static final Identifier SKIN
private final WitherEntityModel<WitherEntity> model
public WitherArmorFeatureRenderer(FeatureRendererContext<WitherEntity,WitherEntityModel<WitherEntity>> context)
protected float getEnergySwirlX(float partialAge)
getEnergySwirlX
in class EnergySwirlOverlayFeatureRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
protected Identifier getEnergySwirlTexture()
getEnergySwirlTexture
in class EnergySwirlOverlayFeatureRenderer<WitherEntity,WitherEntityModel<WitherEntity>>
protected EntityModel<WitherEntity> getEnergySwirlModel()
getEnergySwirlModel
in class EnergySwirlOverlayFeatureRenderer<WitherEntity,WitherEntityModel<WitherEntity>>