Interface ITubeRenderer<T extends com.simibubi.create.foundation.blockEntity.SmartBlockEntity>


public interface ITubeRenderer<T extends com.simibubi.create.foundation.blockEntity.SmartBlockEntity>
  • Method Summary

    Modifier and Type
    Method
    Description
    com.jozufozu.flywheel.core.PartialModel
     
    default void
    renderTube(T be, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light)
     
  • Method Details

    • renderTube

      default void renderTube(T be, com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource bufferSource, int light)
    • getTubeSegmentModel

      com.jozufozu.flywheel.core.PartialModel getTubeSegmentModel(T be)