Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun build(): @NotNull PackMeta
Link copied to clipboard
@NotNull
open fun description(@NotNull description: @NotNull String): @NotNull PackMeta.Builder
Link copied to clipboard
@NotNull
open fun format(format: Int): @NotNull PackMeta.Builder
Link copied to clipboard
@NotNull
open fun overlayEntry(@NotNull overlayEntry: @NotNull PackMeta.OverlayEntry): @NotNull PackMeta.Builder