Interface PackResource

All Superinterfaces:
Supplier<byte[]>

public interface PackResource extends Supplier<byte[]>
  • Method Summary

    Modifier and Type
    Method
    Description
    static @NotNull PackResource
    of(@NotNull PackPath path, @NotNull Supplier<byte[]> supplier)
     
    @NotNull PackPath
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details