Class FallingBlockEntityRenderer
java.lang.Object
net.minecraft.client.render.entity.EntityRenderer<FallingBlockEntity>
net.minecraft.client.render.entity.FallingBlockEntityRenderer
@Environment(CLIENT) public class FallingBlockEntityRenderer extends EntityRenderer<FallingBlockEntity>
-
Field Summary
Fields inherited from class net.minecraft.client.render.entity.EntityRenderer
dispatcher, shadowOpacity, shadowRadius -
Constructor Summary
Constructors Constructor Description FallingBlockEntityRenderer(EntityRendererFactory.Context ctx) -
Method Summary
Modifier and Type Method Description IdentifiergetTexture(FallingBlockEntity fallingBlockEntity)voidrender(FallingBlockEntity fallingBlockEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)Methods inherited from class net.minecraft.client.render.entity.EntityRenderer
getBlockLight, getFontRenderer, getLight, getPositionOffset, getSkyLight, hasLabel, renderLabelIfPresent, shouldRender
-
Constructor Details
-
FallingBlockEntityRenderer
-
-
Method Details
-
render
public void render(FallingBlockEntity fallingBlockEntity, float float2, float float3, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2)- Overrides:
renderin classEntityRenderer<FallingBlockEntity>
-
getTexture
- Specified by:
getTexturein classEntityRenderer<FallingBlockEntity>
-