Interface EntitiesPostRenderCallback

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 EntitiesPostRenderCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final dev.upcraft.sparkweave.api.event.Event<EntitiesPostRenderCallback>
    Fired after Minecraft has rendered all entities and before it renders block entities.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEntitiesRendered(net.minecraft.client.Camera camera, net.minecraft.client.renderer.culling.Frustum frustum, float tickDelta)
     
  • Field Details

    • EVENT

      static final dev.upcraft.sparkweave.api.event.Event<EntitiesPostRenderCallback> EVENT
      Fired after Minecraft has rendered all entities and before it renders block entities.
  • Method Details

    • onEntitiesRendered

      void onEntitiesRendered(net.minecraft.client.Camera camera, net.minecraft.client.renderer.culling.Frustum frustum, float tickDelta)