RenderSource

interface RenderSource<T : Tracker?>

Inheritors

Types

Link copied to clipboard
interface Based : RenderSource<T>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Located : RenderSource<T>
Link copied to clipboard
interface Profiled

Functions

Link copied to clipboard
abstract fun create(@NotNull pipeline: @NotNull RenderPipeline, @NotNull modifier: @NotNull TrackerModifier, @NotNull preUpdateConsumer: @NotNull Consumer<T>): T
Link copied to clipboard
@ApiStatus.Internal
@NotNull
open fun of(@NotNull location: @NotNull Location): @NotNull RenderSource.Located
@ApiStatus.Internal
@NotNull
open fun of(@NotNull entity: @NotNull Entity): @NotNull RenderSource.Based
@ApiStatus.Internal
@NotNull
open fun of(@NotNull location: @NotNull Location, @NotNull profile: @NotNull GameProfile, slim: Boolean): @NotNull RenderSource.Located