Class FrictionHeaterRenderer
java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<FrictionHeaterBlockEntity>
petrolpark.mc.petrolsparts.content.processing.frictionHeater.FrictionHeaterRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<FrictionHeaterBlockEntity>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<FrictionHeaterBlockEntity>
public class FrictionHeaterRenderer
extends com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<FrictionHeaterBlockEntity>
-
Constructor Summary
ConstructorsConstructorDescriptionFrictionHeaterRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderSafe(FrictionHeaterBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light, int overlay) Methods inherited from class com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer
getRenderBoundingBox, isInvalid, render, shouldCullItemMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.renderer.blockentity.BlockEntityRenderer
getViewDistance, shouldRender, shouldRenderOffScreen
-
Constructor Details
-
FrictionHeaterRenderer
public FrictionHeaterRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
renderSafe
protected void renderSafe(FrictionHeaterBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light, int overlay) - Specified by:
renderSafein classcom.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<FrictionHeaterBlockEntity>
-