Package net.fabricmc.fabric.api.client.rendering.v1.level
@NullMarked
package net.fabricmc.fabric.api.client.rendering.v1.level
API code for fabric-rendering-v1.
-
ClassDescriptionEvents fired from within
LevelExtractorto be used by mods to add or modify extracted render state.Mods should use these events to introduce custom rendering duringLevelRenderer.render(GraphicsResourceAllocator, DeltaTracker, boolean, CameraRenderState, Matrix4fc, GpuBufferSlice, Vector4f, boolean)without adding complicated and conflict-prone injections there.