Interface VeilRendererEvent

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 VeilRendererEvent
Fired when Veil has finished initialization and the renderer is safe to use.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the Veil renderer is now available.
  • Method Details

    • onVeilRendererAvailable

      void onVeilRendererAvailable(VeilRenderer renderer)
      Called when the Veil renderer is now available.
      Parameters:
      renderer - The renderer instance