Interface OverlayRenderCallback


@Environment(CLIENT) public interface OverlayRenderCallback
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.fabricmc.fabric.api.event.Event<OverlayRenderCallback>
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onOverlayRender(com.mojang.blaze3d.vertex.PoseStack stack, float partialTicks, com.mojang.blaze3d.platform.Window window, OverlayRenderCallback.Types type)
     
  • Field Details

  • Method Details

    • onOverlayRender

      boolean onOverlayRender(com.mojang.blaze3d.vertex.PoseStack stack, float partialTicks, com.mojang.blaze3d.platform.Window window, OverlayRenderCallback.Types type)