Class TargetingComputerRackRenderer

java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<TargetingComputerRackBlockEntity>
com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<TargetingComputerRackBlockEntity>
com.lightning.northstar.block.tech.computer_rack.TargetingComputerRackRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<TargetingComputerRackBlockEntity>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<TargetingComputerRackBlockEntity>

public class TargetingComputerRackRenderer extends com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<TargetingComputerRackBlockEntity>
  • Constructor Summary

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

    Modifier and Type
    Method
    Description
    protected void
    renderSafe(TargetingComputerRackBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     

    Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer

    renderNameplateOnHover

    Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer

    getRenderBoundingBox, isInvalid, render, shouldCullItem

    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

    • TargetingComputerRackRenderer

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

    • renderSafe

      protected void renderSafe(TargetingComputerRackBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
      Overrides:
      renderSafe in class com.simibubi.create.foundation.blockEntity.renderer.SmartBlockEntityRenderer<TargetingComputerRackBlockEntity>