create

abstract fun create(@NotNull pipeline: @NotNull RenderPipeline, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<T>): T

Creates a new tracker for this render source.

Return

the created tracker

Since

1.15.2

Parameters

pipeline

the render pipeline to use

modifier

the tracker modifier

preUpdateConsumer

a consumer to run before updates