@Environment(value=CLIENT) public class EndPortalBlockEntityRenderer<T extends EndPortalBlockEntity> extends Object implements BlockEntityRenderer<T>
| Modifier and Type | Field and Description |
|---|---|
private static List<RenderLayer> |
field_21732 |
private BlockEntityRenderDispatcher |
field_27757 |
static Identifier |
PORTAL_TEXTURE |
private static Random |
RANDOM |
static Identifier |
SKY_TEXTURE |
| Constructor and Description |
|---|
EndPortalBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments) |
| Modifier and Type | Method and 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrendersOutsideBoundingBoxpublic static final Identifier SKY_TEXTURE
public static final Identifier PORTAL_TEXTURE
private static final Random RANDOM
private static final List<RenderLayer> field_21732
private final BlockEntityRenderDispatcher field_27757
public EndPortalBlockEntityRenderer(BlockEntityRendererFactory.Arguments arguments)
public void render(T t, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render in interface BlockEntityRenderer<T extends EndPortalBlockEntity>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()