BlueprintRenderer

A blueprint renderer.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
open fun animations(): @Unmodifiable Set<String>
Gets all names of animation.
Link copied to clipboard
@NotNull
open fun create(@NotNull location: Location): VoidTracker
@NotNull
open fun create(@NotNull location: Location, @NotNull modifier: TrackerModifier): VoidTracker
Gets or creates tracker by location
@NotNull
open fun create(@NotNull entity: Entity): EntityTracker
@NotNull
open fun create(@NotNull entity: Entity, @NotNull modifier: TrackerModifier): EntityTracker
Gets or creates tracker by entity
Link copied to clipboard
@Nullable
open fun groupByTree(@NotNull name: BoneName): RendererGroup
Gets a renderer group by tree
Link copied to clipboard
@NotNull
open fun name(): String
Gets model's name.