Interface ClasspathAppender

All Known Implementing Classes:
FabricClasspathAppender, PaperClasspathAppender, VelocityClasspathAppender
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface @NullMarked public interface ClasspathAppender
Helper for appending jar Paths to the classpath.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    append(Path path)
     
    default void
     
  • Method Details