BlueprintLoadContext

@ApiStatus.Internal
class BlueprintLoadContext

A context class for loading blueprints.

Since

3.0.0

Functions

Link copied to clipboard
@NotNull
open fun buildImage(@NotNull obfuscator: @NotNull PackObfuscator): @NotNull Stream<BlueprintImage>
Builds a stream of blueprint images using the provided obfuscator.
Link copied to clipboard
Returns whether this context can be rendered.
Link copied to clipboard
@NotNull
open fun name(): @NotNull String
Gets the name of the blueprint.
Link copied to clipboard
@NotNull
open fun resolution(): @NotNull ModelResolution
Gets the model resolution.
Link copied to clipboard
@NotNull
open fun texture(index: Int): @NotNull BlueprintTexture
Gets a texture by its index.
Link copied to clipboard
@NotNull
open fun triangleName(): @NotNull MeshTriangleName
Gets the mesh triangle name.