Interface WorldExtractionContext

All Superinterfaces:
AbstractWorldRenderContext

@NonExtendable public interface WorldExtractionContext extends AbstractWorldRenderContext
  • Method Details

    • world

      net.minecraft.client.multiplayer.ClientLevel world()
      Convenient access to LevelRenderer.level.
      Returns:
      the world renderer's client world instance
    • camera

      net.minecraft.client.Camera camera()
    • frustum

      net.minecraft.client.renderer.culling.Frustum frustum()
    • tickCounter

      net.minecraft.client.DeltaTracker tickCounter()
    • viewMatrix

      org.joml.Matrix4fc viewMatrix()
    • cullProjectionMatrix

      org.joml.Matrix4fc cullProjectionMatrix()
    • blockOutlines

      boolean blockOutlines()