Class CarriageCouplingRenderer
java.lang.Object
com.simibubi.create.content.logistics.trains.entity.CarriageCouplingRenderer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static intgetBlockLightLevel(net.minecraft.world.entity.Entity pEntity, net.minecraft.core.BlockPos pPos) static intgetPackedLightCoords(net.minecraft.world.entity.Entity pEntity, float pPartialTicks) protected static intgetSkyLightLevel(net.minecraft.world.entity.Entity pEntity, net.minecraft.core.BlockPos pPos) static voidrenderAll(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer)
-
Constructor Details
-
CarriageCouplingRenderer
public CarriageCouplingRenderer()
-
-
Method Details
-
renderAll
public static void renderAll(com.mojang.blaze3d.vertex.PoseStack ms, net.minecraft.client.renderer.MultiBufferSource buffer) -
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)
-