Class ResearchLabBER

java.lang.Object
com.portingdeadmods.researchd.client.renderers.ResearchLabBER
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ResearchLabControllerBE>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<ResearchLabControllerBE>

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

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

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.world.phys.AABB
     
    void
    render(ResearchLabControllerBE researchLabControllerBE, float v, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int packedLight, int packedOverlay)
     

    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

    • ResearchLabBER

      public ResearchLabBER(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
  • Method Details

    • render

      public void render(ResearchLabControllerBE researchLabControllerBE, float v, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int packedLight, int packedOverlay)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ResearchLabControllerBE>
    • getRenderBoundingBox

      @NotNull public @NotNull net.minecraft.world.phys.AABB getRenderBoundingBox(ResearchLabControllerBE blockEntity)
      Specified by:
      getRenderBoundingBox in interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<ResearchLabControllerBE>