net.minecraft.client.render.entity.feature

public abstract class FeatureRenderer<S extends EntityRenderState, M extends EntityModel<? super S>>

net.minecraft.client.renderer.entity.layers.RenderLayer
net.minecraft.class_3887
net.minecraft.client.render.entity.feature.FeatureRenderer

Field summary

Modifier and TypeField
private final FeatureRendererContext<S, M>
renderer
field_17155
context

Constructor summary

ModifierConstructor
public (FeatureRendererContext<S, M> context)

Method summary

Modifier and TypeMethod
protected static <S extends LivingEntityRenderState> void
coloredCutoutModelCopyLayerRender(Model<? super S> model, Identifier texture, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, int color, int order)
method_23196(class_3879<? super S> arg0, class_2960 arg1, class_4587 arg2, class_11659 arg3, int arg4, S arg5, int arg6, int arg7)
render(Model<? super S> model, Identifier texture, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, S state, int color, int queueOrder)
protected static <S extends LivingEntityRenderState> void
renderColoredCutoutModel(Model<? super S> model, Identifier texture, PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, int color, int order)
method_23199(class_3879<? super S> arg0, class_2960 arg1, class_4587 arg2, class_11659 arg3, int arg4, S arg5, int arg6, int arg7)
renderModel(Model<? super S> model, Identifier texture, MatrixStack matrices, OrderedRenderCommandQueue queue, int light, S state, int color, int queueOrder)
public M
getParentModel()
method_17165()
getContextModel()
public abstract void
submit(PoseStack poseStack, SubmitNodeCollector submitNodeCollector, int lightCoords, S state, float yRot, float xRot)
method_4199(class_4587 arg0, class_11659 arg1, int arg2, S arg3, float arg4, float arg5)
render(MatrixStack matrices, OrderedRenderCommandQueue queue, int light, S state, float limbAngle, float limbDistance)