Class EntrypointPair

java.lang.Object
dev.puzzleshq.mod.util.EntrypointPair

public final class EntrypointPair extends Object
A record of the entrypoint.
  • Constructor Details

    • EntrypointPair

      public EntrypointPair(String entrypoint, String adapter)
      Parameters:
      entrypoint - the entrypoint path.
      adapter - the entrypoint adapter.
  • Method Details