@Environment(value=CLIENT) public class BoatEntityRenderer extends EntityRenderer<BoatEntity>
| Modifier and Type | Field and Description |
|---|---|
private Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier,BoatEntityModel>> |
field_27758 |
dispatcher, shadowOpacity, shadowRadius| Constructor and Description |
|---|
BoatEntityRenderer(class_5617.class_5618 class_5618) |
| Modifier and Type | Method and Description |
|---|---|
Identifier |
getTexture(BoatEntity boatEntity) |
void |
render(BoatEntity boatEntity,
float float2,
float float3,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2) |
getBlockLight, getFontRenderer, getLight, getPositionOffset, hasLabel, method_27950, renderLabelIfPresent, shouldRenderprivate final Map<BoatEntity.Type,com.mojang.datafixers.util.Pair<Identifier,BoatEntityModel>> field_27758
public BoatEntityRenderer(class_5617.class_5618 class_5618)
public void render(BoatEntity boatEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)
render in class EntityRenderer<BoatEntity>public Identifier getTexture(BoatEntity boatEntity)
getTexture in class EntityRenderer<BoatEntity>