java.lang.Object
com.simibubi.create.foundation.tileEntity.renderer.SafeTileEntityRenderer<HarvesterTileEntity>
com.simibubi.create.content.contraptions.components.actors.HarvesterRenderer
All Implemented Interfaces:
net.minecraft.client.renderer.blockentity.BlockEntityRenderer<HarvesterTileEntity>

public class HarvesterRenderer extends SafeTileEntityRenderer<HarvesterTileEntity>
  • Constructor Summary

    Constructors
    Constructor
    Description
    HarvesterRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    renderInContraption(MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffers)
     
    protected void
    renderSafe(HarvesterTileEntity te, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
     
    static void
    transform(net.minecraft.world.level.Level world, net.minecraft.core.Direction facing, SuperByteBuffer superBuffer, float speed)
     

    Methods inherited from class com.simibubi.create.foundation.tileEntity.renderer.SafeTileEntityRenderer

    isInvalid, render

    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

    • HarvesterRenderer

      public HarvesterRenderer(net.minecraft.client.renderer.blockentity.BlockEntityRendererProvider.Context context)
  • Method Details

    • renderSafe

      protected void renderSafe(HarvesterTileEntity te, float partialTicks, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, int light, int overlay)
      Specified by:
      renderSafe in class SafeTileEntityRenderer<HarvesterTileEntity>
    • renderInContraption

      public static void renderInContraption(MovementContext context, com.jozufozu.flywheel.core.virtual.VirtualRenderWorld renderWorld, ContraptionMatrices matrices, net.minecraft.client.renderer.MultiBufferSource buffers)
    • transform

      public static void transform(net.minecraft.world.level.Level world, net.minecraft.core.Direction facing, SuperByteBuffer superBuffer, float speed)