PackResult

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
@Unmodifiable
open fun assets(): @NotNull @Unmodifiable Set<PackByte>
Link copied to clipboard
open fun changed(): Boolean
Link copied to clipboard
@Nullable
open fun directory(): @Nullable File
Link copied to clipboard
open fun freeze()
open fun freeze(changed: Boolean)
Link copied to clipboard
@NotNull
open fun hash(): @NotNull UUID
Link copied to clipboard
@NotNull
open fun meta(): @NotNull PackMeta
Link copied to clipboard
@NotNull
@Unmodifiable
open fun overlays(@NotNull overlay: @NotNull PackOverlay): @NotNull @Unmodifiable Set<PackByte>
Link copied to clipboard
@ApiStatus.Internal
open fun set(@Nullable overlay: @Nullable PackOverlay, @NotNull packByte: @NotNull PackByte)
Link copied to clipboard
open fun size(): Int
Link copied to clipboard
@NotNull
open fun stream(): @NotNull Stream<PackByte>
Link copied to clipboard
open fun time(): Long