RenderSource

Types

Link copied to clipboard
interface Based : RenderSource
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
interface Located : RenderSource
Link copied to clipboard

Functions

Link copied to clipboard
@NotNull
abstract fun create(@NotNull instance: RenderInstance, @NotNull modifier: TrackerModifier): Tracker
Link copied to clipboard
@ApiStatus.Internal
@NotNull
open fun of(@NotNull location: Location): RenderSource.Located
@ApiStatus.Internal
@NotNull
open fun of(@NotNull entity: Entity): RenderSource.Based
@ApiStatus.Internal
@NotNull
open fun of(@NotNull location: Location, @NotNull profile: GameProfile, slim: Boolean): RenderSource.Located