Class StarfieldCreatorBlockEntityRenderer

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

public class StarfieldCreatorBlockEntityRenderer extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<StarfieldCreatorBlockEntity>
  • Constructor Summary

    Constructors
    Constructor
    Description
    StarfieldCreatorBlockEntityRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(StarfieldCreatorBlockEntity tile, float partialTicsk, com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
     

    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.renderer.blockentity.BlockEntityRenderer

    getViewDistance, shouldRender, shouldRenderOffScreen
  • Constructor Details

    • StarfieldCreatorBlockEntityRenderer

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

    • render

      public void render(StarfieldCreatorBlockEntity tile, float partialTicsk, com.mojang.blaze3d.vertex.PoseStack pose, net.minecraft.client.renderer.MultiBufferSource buffers, int light, int overlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<StarfieldCreatorBlockEntity>