Interface RenderFunction

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RenderFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(net.minecraft.world.level.block.entity.BlockEntity blockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int combinedLightIn, int combinedOverlayIn, com.mojang.blaze3d.vertex.BufferBuilder bufferBuilder)
     
  • Method Details

    • apply

      void apply(net.minecraft.world.level.block.entity.BlockEntity blockEntity, float partialTicks, com.mojang.blaze3d.vertex.PoseStack poseStack, net.minecraft.client.renderer.MultiBufferSource multiBufferSource, int combinedLightIn, int combinedOverlayIn, com.mojang.blaze3d.vertex.BufferBuilder bufferBuilder)