Interface ShaderEffectRenderCallback


public interface ShaderEffectRenderCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final dev.upcraft.sparkweave.api.event.Event<ShaderEffectRenderCallback>
    Fired when Minecraft renders the entity outline render target.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    renderShaderEffects(float tickDelta)
     
  • Field Details

    • EVENT

      static final dev.upcraft.sparkweave.api.event.Event<ShaderEffectRenderCallback> EVENT
      Fired when Minecraft renders the entity outline render target. Post process shader effects should generally be rendered at that time.
  • Method Details

    • renderShaderEffects

      void renderShaderEffects(float tickDelta)