Class BeaconRenderer
java.lang.Object
net.minecraft.client.renderer.blockentity.BeaconRenderer
- All Implemented Interfaces:
BlockEntityRenderer<BeaconBlockEntity>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static void
addVertex
(PoseStack.Pose p_334631_, VertexConsumer p_253894_, int p_254357_, int p_343267_, float p_253871_, float p_253841_, float p_254568_, float p_254361_) int
void
render
(BeaconBlockEntity p_112140_, float p_112141_, PoseStack p_112142_, MultiBufferSource p_112143_, int p_112144_, int p_112145_) private static void
renderBeaconBeam
(PoseStack p_112177_, MultiBufferSource p_112178_, float p_112179_, long p_112180_, int p_112181_, int p_112182_, int p_344592_) static void
renderBeaconBeam
(PoseStack p_112185_, MultiBufferSource p_112186_, ResourceLocation p_112187_, float p_112188_, float p_112189_, long p_112190_, int p_112191_, int p_112192_, int p_344215_, float p_112194_, float p_112195_) private static void
renderPart
(PoseStack p_112156_, VertexConsumer p_112157_, int p_112162_, int p_112163_, int p_345221_, float p_112158_, float p_112159_, float p_112160_, float p_112161_, float p_112164_, float p_112165_, float p_112166_, float p_112167_, float p_112168_, float p_112169_, float p_112170_, float p_112171_) private static void
renderQuad
(PoseStack.Pose p_332343_, VertexConsumer p_112122_, int p_112127_, int p_112128_, int p_345385_, float p_112123_, float p_112124_, float p_112125_, float p_112126_, float p_112129_, float p_112130_, float p_112131_, float p_112132_) boolean
shouldRender
(BeaconBlockEntity p_173531_, Vec3 p_173532_) boolean
shouldRenderOffScreen
(BeaconBlockEntity p_112138_)
-
Field Details
-
BEAM_LOCATION
-
MAX_RENDER_Y
public static final int MAX_RENDER_Y- See Also:
-
-
Constructor Details
-
BeaconRenderer
-
-
Method Details
-
render
public void render(BeaconBlockEntity p_112140_, float p_112141_, PoseStack p_112142_, MultiBufferSource p_112143_, int p_112144_, int p_112145_) - Specified by:
render
in interfaceBlockEntityRenderer<BeaconBlockEntity>
-
renderBeaconBeam
private static void renderBeaconBeam(PoseStack p_112177_, MultiBufferSource p_112178_, float p_112179_, long p_112180_, int p_112181_, int p_112182_, int p_344592_) -
renderBeaconBeam
public static void renderBeaconBeam(PoseStack p_112185_, MultiBufferSource p_112186_, ResourceLocation p_112187_, float p_112188_, float p_112189_, long p_112190_, int p_112191_, int p_112192_, int p_344215_, float p_112194_, float p_112195_) -
renderPart
private static void renderPart(PoseStack p_112156_, VertexConsumer p_112157_, int p_112162_, int p_112163_, int p_345221_, float p_112158_, float p_112159_, float p_112160_, float p_112161_, float p_112164_, float p_112165_, float p_112166_, float p_112167_, float p_112168_, float p_112169_, float p_112170_, float p_112171_) -
renderQuad
private static void renderQuad(PoseStack.Pose p_332343_, VertexConsumer p_112122_, int p_112127_, int p_112128_, int p_345385_, float p_112123_, float p_112124_, float p_112125_, float p_112126_, float p_112129_, float p_112130_, float p_112131_, float p_112132_) -
addVertex
private static void addVertex(PoseStack.Pose p_334631_, VertexConsumer p_253894_, int p_254357_, int p_343267_, float p_253871_, float p_253841_, float p_254568_, float p_254361_) -
shouldRenderOffScreen
- Specified by:
shouldRenderOffScreen
in interfaceBlockEntityRenderer<BeaconBlockEntity>
-
getViewDistance
public int getViewDistance()- Specified by:
getViewDistance
in interfaceBlockEntityRenderer<BeaconBlockEntity>
-
shouldRender
- Specified by:
shouldRender
in interfaceBlockEntityRenderer<BeaconBlockEntity>
-