Class AbstractDiskLedBlockEntityRenderer<T extends net.minecraft.world.level.block.entity.BlockEntity>

java.lang.Object
com.refinedmods.refinedstorage.common.support.render.AbstractDiskLedBlockEntityRenderer<T>
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<T>
Direct Known Subclasses:
AbstractDiskDriveBlockEntityRenderer, AbstractDiskInterfaceBlockEntityRenderer, AbstractPortableGridBlockEntityRenderer

public abstract class AbstractDiskLedBlockEntityRenderer<T extends net.minecraft.world.level.block.entity.BlockEntity> extends Object implements net.minecraft.client.renderer.blockentity.BlockEntityRenderer<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static void
    postRotate(com.mojang.blaze3d.vertex.PoseStack poseStack)
     
    protected void
    renderLed(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, int x, int y, int z, Disk disk, net.minecraft.core.Direction excludeDirection)
     
    protected static void
    rotate(com.mojang.blaze3d.vertex.PoseStack poseStack, BiDirection direction)
     

    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, render, shouldRender, shouldRenderOffScreen
  • Constructor Details

    • AbstractDiskLedBlockEntityRenderer

      public AbstractDiskLedBlockEntityRenderer()
  • Method Details

    • renderLed

      protected void renderLed(com.mojang.blaze3d.vertex.PoseStack poseStack, com.mojang.blaze3d.vertex.VertexConsumer vertexConsumer, int x, int y, int z, Disk disk, net.minecraft.core.Direction excludeDirection)
    • rotate

      protected static void rotate(com.mojang.blaze3d.vertex.PoseStack poseStack, BiDirection direction)
    • postRotate

      protected static void postRotate(com.mojang.blaze3d.vertex.PoseStack poseStack)