net.minecraft.client.render.command

public class LeashCommandRenderer

net.minecraft.client.renderer.feature.LeashFeatureRenderer
net.minecraft.class_11688
net.minecraft.client.render.command.LeashCommandRenderer

Field summary

Modifier and TypeField
private static final int
LEASH_RENDER_STEPS
field_61845
LEASH_SEGMENTS
private static final float
LEASH_WIDTH
field_61846
LEASH_WIDTH

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
render(SubmitNodeCollection nodeCollection, MultiBufferSource$BufferSource bufferSource)
method_73012(class_11788 arg0, class_4597$class_4598 arg1)
render(BatchingRenderCommandQueue queue, VertexConsumerProvider$Immediate vertexConsumers)
private static void
renderLeash(org.joml.Matrix4f pose, MultiBufferSource bufferSource, EntityRenderState$LeashState leashState)
method_73013(org.joml.Matrix4f arg0, class_4597 arg1, class_10017$class_10018 arg2)
render(org.joml.Matrix4f matrix, VertexConsumerProvider vertexConsumers, EntityRenderState$LeashData data)
private static void
addVertexPair(VertexConsumer builder, org.joml.Matrix4f pose, float dx, float dy, float dz, float fudge, float dxOff, float dzOff, int k, boolean backwards, EntityRenderState$LeashState state)
method_73011(class_4588 arg0, org.joml.Matrix4f arg1, float arg2, float arg3, float arg4, float arg5, float arg6, float arg7, int arg8, boolean arg9, class_10017$class_10018 arg10)
render(VertexConsumer vertexConsumer, org.joml.Matrix4f matrix, float offsetX, float offsetY, float offsetZ, float yOffset, float sideOffset, float perpendicularOffset, int segmentIndex, boolean backside, EntityRenderState$LeashData data)