Class CarriageCouplingRenderer

java.lang.Object
com.simibubi.create.content.trains.entity.CarriageCouplingRenderer

public class CarriageCouplingRenderer extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected static int
    getBlockLightLevel(net.minecraft.world.entity.Entity pEntity, net.minecraft.core.BlockPos pPos)
     
    static int
    getPackedLightCoords(net.minecraft.world.entity.Entity pEntity, float pPartialTicks)
     
    protected static int
    getSkyLightLevel(net.minecraft.world.entity.Entity pEntity, net.minecraft.core.BlockPos pPos)
     
    static void
    renderAll(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer, net.minecraft.world.phys.Vec3 camera)
     

    Methods inherited from class java.lang.Object

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

    • CarriageCouplingRenderer

      public CarriageCouplingRenderer()
  • 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)
    • getPackedLightCoords

      public static int getPackedLightCoords(net.minecraft.world.entity.Entity pEntity, float pPartialTicks)
    • getSkyLightLevel

      protected static int getSkyLightLevel(net.minecraft.world.entity.Entity pEntity, net.minecraft.core.BlockPos pPos)
    • getBlockLightLevel

      protected static int getBlockLightLevel(net.minecraft.world.entity.Entity pEntity, net.minecraft.core.BlockPos pPos)