@Environment(value=CLIENT) public class LeashKnotEntityRenderer extends EntityRenderer<LeashKnotEntity>
| Modifier and Type | Field and Description |
|---|---|
private LeashKnotEntityModel<LeashKnotEntity> |
model |
private static Identifier |
TEXTURE |
dispatcher, shadowOpacity, shadowRadius| Constructor and Description |
|---|
LeashKnotEntityRenderer(EntityRenderDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getTexture(LeashKnotEntity leashKnotEntity) |
void |
render(LeashKnotEntity leashKnotEntity,
float float2,
float float3,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2) |
getBlockLight, getFontRenderer, getLight, getPositionOffset, getRenderManager, hasLabel, method_27950, renderLabelIfPresent, shouldRenderprivate static final Identifier TEXTURE
private final LeashKnotEntityModel<LeashKnotEntity> model
public LeashKnotEntityRenderer(EntityRenderDispatcher dispatcher)
public void render(LeashKnotEntity leashKnotEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
render in class EntityRenderer<LeashKnotEntity>public Identifier getTexture(LeashKnotEntity leashKnotEntity)
getTexture in class EntityRenderer<LeashKnotEntity>