PackBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun add(@NotNull path: @NotNull String, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
open fun add(@NotNull paths: Array<@NotNull String>, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
open fun add(@NotNull path: @NotNull String, estimatedSize: Long, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
open fun add(@NotNull paths: Array<@NotNull String>, size: Long, @NotNull supplier: @NotNull Supplier<Array<Byte>>)
Link copied to clipboard
@NotNull
open fun obfuscator(): @NotNull PackObfuscator
Link copied to clipboard
@NotNull
open fun resolve(@NotNull paths: Array<@NotNull String>): @NotNull PackBuilder