Class EndPortalBlockEntityRenderer<T extends EndPortalBlockEntity>
java.lang.Object
net.minecraft.client.render.block.entity.EndPortalBlockEntityRenderer<T>
- All Implemented Interfaces:
BlockEntityRenderer<T>
- Direct Known Subclasses:
EndGatewayBlockEntityRenderer
@Environment(CLIENT) public class EndPortalBlockEntityRenderer<T extends EndPortalBlockEntity> extends Object implements BlockEntityRenderer<T>
-
Field Summary
Fields Modifier and Type Field Description private static List<RenderLayer>
field_21732
private BlockEntityRenderDispatcher
field_27757
static Identifier
PORTAL_TEXTURE
private static Random
RANDOM
static Identifier
SKY_TEXTURE
-
Constructor Summary
Constructors Constructor Description EndPortalBlockEntityRenderer(BlockEntityRendererFactory.Context context)
-
Method Summary
Modifier and Type Method Description private void
method_23084(T t, float float2, float float3, Matrix4f matrix4f, VertexConsumer vertexConsumer)
private void
method_23085(T t, Matrix4f matrix4f, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11, float float12, Direction direction)
protected int
method_3592(double double2)
protected float
method_3594()
void
render(T t, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.render.block.entity.BlockEntityRenderer
rendersOutsideBoundingBox
-
Field Details
-
SKY_TEXTURE
-
PORTAL_TEXTURE
-
RANDOM
-
field_21732
-
field_27757
-
-
Constructor Details
-
EndPortalBlockEntityRenderer
-
-
Method Details
-
render
public void render(T t, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)- Specified by:
render
in interfaceBlockEntityRenderer<T extends EndPortalBlockEntity>
-
method_23084
private void method_23084(T t, float float2, float float3, Matrix4f matrix4f, VertexConsumer vertexConsumer) -
method_23085
private void method_23085(T t, Matrix4f matrix4f, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, float float6, float float7, float float8, float float9, float float10, float float11, float float12, Direction direction) -
method_3592
protected int method_3592(double double2) -
method_3594
protected float method_3594()
-