Interface GenderLayer.BreastSideRenderer<STATE extends net.minecraft.client.renderer.entity.state.HumanoidRenderState>

Enclosing class:
GenderLayer<STATE extends net.minecraft.client.renderer.entity.state.HumanoidRenderState, MODEL extends net.minecraft.client.model.HumanoidModel<STATE>>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface GenderLayer.BreastSideRenderer<STATE extends net.minecraft.client.renderer.entity.state.HumanoidRenderState>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(STATE state, GenderRenderState genderState, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.SubmitNodeCollector nodeCollector, int lightCoords, int overlayCoords, BreastSide side)
     
  • Method Details

    • render

      void render(STATE state, GenderRenderState genderState, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.SubmitNodeCollector nodeCollector, int lightCoords, int overlayCoords, BreastSide side)