java.lang.Object
tech.anonymoushacker1279.immersiveweapons.client.renderer.blockentity.ShelfRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ShelfBlockEntity>, net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<ShelfBlockEntity>

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(ShelfBlockEntity blockEntity, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay, net.minecraft.world.phys.Vec3 cameraPos)
     

    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

    Methods inherited from interface net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension

    getRenderBoundingBox
  • Constructor Details

    • ShelfRenderer

      public ShelfRenderer()
  • Method Details

    • render

      public void render(ShelfBlockEntity blockEntity, float partialTick, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource bufferSource, int packedLight, int packedOverlay, net.minecraft.world.phys.Vec3 cameraPos)
      Specified by:
      render in interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer<ShelfBlockEntity>