Class BrassDepotRenderer
java.lang.Object
com.simibubi.create.foundation.blockEntity.renderer.SafeBlockEntityRenderer<com.simibubi.create.content.logistics.depot.DepotBlockEntity>
com.simibubi.create.content.logistics.depot.DepotRenderer
com.petrolpark.petrolsparts.content.processing.brassDepot.BrassDepotRenderer
- All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<com.simibubi.create.content.logistics.depot.DepotBlockEntity>,net.neoforged.neoforge.client.extensions.IBlockEntityRendererExtension<com.simibubi.create.content.logistics.depot.DepotBlockEntity>
public class BrassDepotRenderer
extends com.simibubi.create.content.logistics.depot.DepotRenderer
-
Constructor Summary
ConstructorsConstructorDescriptionBrassDepotRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidrenderSafe(com.simibubi.create.content.logistics.depot.DepotBlockEntity 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.content.logistics.depot.DepotRenderer
renderItem, renderItemsOfMethods 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
-
BrassDepotRenderer
public BrassDepotRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
-
-
Method Details
-
renderSafe
protected void renderSafe(com.simibubi.create.content.logistics.depot.DepotBlockEntity be, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay) - Overrides:
renderSafein classcom.simibubi.create.content.logistics.depot.DepotRenderer
-