Class CorporeaIndexBlockEntityRenderer

java.lang.Object
vazkii.botania.client.render.block_entity.CorporeaIndexBlockEntityRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CorporeaIndexBlockEntity>

public class CorporeaIndexBlockEntityRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CorporeaIndexBlockEntity>
  • Constructor Details

    • CorporeaIndexBlockEntityRenderer

      public CorporeaIndexBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
  • Method Details

    • createMesh

      public static net.minecraft.client.model.geom.builders.MeshDefinition createMesh()
    • shouldRenderOffScreen

      public boolean shouldRenderOffScreen(@NotNull @NotNull CorporeaIndexBlockEntity blockEntity)
      Specified by:
      shouldRenderOffScreen in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CorporeaIndexBlockEntity>
    • render

      public void render(@Nullable @Nullable CorporeaIndexBlockEntity index, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<CorporeaIndexBlockEntity>