Class AbstractDiskDriveBlockEntityRenderer<T extends AbstractDiskDriveBlockEntity>
java.lang.Object
com.refinedmods.refinedstorage.common.support.render.AbstractDiskLedBlockEntityRenderer<T>
com.refinedmods.refinedstorage.common.storage.diskdrive.AbstractDiskDriveBlockEntityRenderer<T>
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<T>
public abstract class AbstractDiskDriveBlockEntityRenderer<T extends AbstractDiskDriveBlockEntity>
extends AbstractDiskLedBlockEntityRenderer<T>
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractDiskDriveBlockEntityRenderer
(net.minecraft.client.renderer.RenderType renderType) -
Method Summary
Methods inherited from class com.refinedmods.refinedstorage.common.support.render.AbstractDiskLedBlockEntityRenderer
postRotate, renderLed, rotate
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
-
AbstractDiskDriveBlockEntityRenderer
protected AbstractDiskDriveBlockEntityRenderer(net.minecraft.client.renderer.RenderType renderType)
-
-
Method Details
-
getDisks
-
render
public void render(T entity, float tickDelta, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource vertexConsumers, int light, int overlay)
-