Class CouplingRenderer

java.lang.Object
com.simibubi.create.content.contraptions.minecart.CouplingRenderer

public class CouplingRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    doDebugRender(net.createmod.catnip.data.Couple<MinecartController> c)
     
    static void
    renderAll(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera)
     
    static void
    renderCoupling(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera, net.createmod.catnip.data.Couple<net.minecraft.world.entity.vehicle.AbstractMinecart> carts)
     
    static void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • CouplingRenderer

      public CouplingRenderer()
  • Method Details

    • renderAll

      public static void renderAll(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera)
    • tickDebugModeRenders

      public static void tickDebugModeRenders()
    • renderCoupling

      public static void renderCoupling(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera, net.createmod.catnip.data.Couple<net.minecraft.world.entity.vehicle.AbstractMinecart> carts)
    • doDebugRender

      public static void doDebugRender(net.createmod.catnip.data.Couple<MinecartController> c)