ModelManager

Model Manager

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun keys(): @Unmodifiable Set<String>
Gets all key of renderer
Link copied to clipboard
abstract fun reload()
Executes reload
Link copied to clipboard
@Nullable
abstract fun renderer(@NotNull name: String): BlueprintRenderer
Gets renderer by name
Link copied to clipboard
@NotNull
@Unmodifiable
abstract fun renderers(): @Unmodifiable List<BlueprintRenderer>
Gets all renderer
Link copied to clipboard
@Nullable
open fun tracker(@NotNull uuid: UUID): EntityTracker
Gets tracker of source entity
@Nullable
open fun tracker(@NotNull entity: Entity): EntityTracker
Get or creates tracker of source entity