Interface EntitiesPreRenderCallback

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

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

    Modifier and Type
    Method
    Description
    void
    beforeEntitiesRender(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<EntitiesPreRenderCallback> EVENT
      Fired after Minecraft has rendered all entities and before it renders block entities.
  • Method Details

    • beforeEntitiesRender

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