@Environment(value=CLIENT) public class BeaconBlockEntityRenderer extends BlockEntityRenderer<BeaconBlockEntity>
Modifier and Type | Field and Description |
---|---|
static Identifier |
BEAM_TEXTURE |
dispatcher
Constructor and Description |
---|
BeaconBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher) |
Modifier and Type | Method and Description |
---|---|
private static void |
method_22740(Matrix4f matrix4f,
Matrix3f matrix3f,
VertexConsumer vertexConsumer,
float float2,
float float3,
float float4,
float float5,
int int2,
int int3,
float float6,
float float7,
float float8,
float float9,
float float10,
float float11,
float float12,
float float13) |
private static void |
method_22741(MatrixStack matrixStack,
VertexConsumer vertexConsumer,
float float2,
float float3,
float float4,
float float5,
int int2,
int int3,
float float6,
float float7,
float float8,
float float9,
float float10,
float float11,
float float12,
float float13,
float float14,
float float15,
float float16,
float float17) |
private static void |
method_23076(Matrix4f matrix4f,
Matrix3f matrix3f,
VertexConsumer vertexConsumer,
float float2,
float float3,
float float4,
float float5,
int int2,
float float6,
float float7,
float float8,
float float9) |
void |
render(BeaconBlockEntity beaconBlockEntity,
float float2,
MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
int int2,
int int3) |
private static void |
render(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
float float2,
long long2,
int int2,
int int3,
float[] float3) |
static void |
renderLightBeam(MatrixStack matrixStack,
VertexConsumerProvider vertexConsumerProvider,
Identifier identifier,
float float2,
float float3,
long long2,
int int2,
int int3,
float[] float4,
float float5,
float float6) |
boolean |
rendersOutsideBoundingBox(BeaconBlockEntity beaconBlockEntity) |
public static final Identifier BEAM_TEXTURE
public BeaconBlockEntityRenderer(BlockEntityRenderDispatcher dispatcher)
public void render(BeaconBlockEntity beaconBlockEntity, float float2, MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, int int2, int int3)
render
in class BlockEntityRenderer<BeaconBlockEntity>
private static void render(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, float float2, long long2, int int2, int int3, float[] float3)
public static void renderLightBeam(MatrixStack matrixStack, VertexConsumerProvider vertexConsumerProvider, Identifier identifier, float float2, float float3, long long2, int int2, int int3, float[] float4, float float5, float float6)
private static void method_22741(MatrixStack matrixStack, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, int int2, int int3, float float6, float float7, float float8, float float9, float float10, float float11, float float12, float float13, float float14, float float15, float float16, float float17)
private static void method_22740(Matrix4f matrix4f, Matrix3f matrix3f, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, int int2, int int3, float float6, float float7, float float8, float float9, float float10, float float11, float float12, float float13)
private static void method_23076(Matrix4f matrix4f, Matrix3f matrix3f, VertexConsumer vertexConsumer, float float2, float float3, float float4, float float5, int int2, float float6, float float7, float float8, float float9)
public boolean rendersOutsideBoundingBox(BeaconBlockEntity beaconBlockEntity)
rendersOutsideBoundingBox
in class BlockEntityRenderer<BeaconBlockEntity>