Class PackResult

java.lang.Object
kr.toxicity.model.api.pack.PackResult

public final class PackResult extends Object
  • Constructor Details

    • PackResult

      public PackResult()
  • Method Details

    • set

      @Internal public void set(@Nullable @Nullable PackOverlay overlay, @NotNull @NotNull PackByte packByte)
    • freeze

      public void freeze()
    • changed

      public boolean changed()
    • freeze

      public void freeze(boolean changed)
    • meta

      @NotNull public @NotNull PackMeta meta()
    • directory

      @Nullable public @Nullable File directory()
    • hash

      @NotNull public @NotNull UUID hash()
    • size

      public int size()
    • time

      public long time()
    • overlays

      @NotNull public @NotNull @Unmodifiable Set<PackByte> overlays(@NotNull @NotNull PackOverlay overlay)
    • stream

      public Stream<PackByte> stream()
    • assets

      @NotNull public @NotNull @Unmodifiable Set<PackByte> assets()