Interface CompletionMapperFactory

All Known Implementing Classes:
CompletionMapperFactory.CompletionMapperFactoryImpl

@API(status=INTERNAL, since="2.0.0") public interface CompletionMapperFactory
  • Method Details

    • detectingRelocation

      static @NonNull CompletionMapperFactory detectingRelocation()
      Returns a new completion mapper factory that detects whether Adventure has been relocated, and determines which completion mapper used on the result.
      Returns:
      the completion mapper factory
    • createMapper

      @NonNull CompletionMapper createMapper()
      Returns a relevant CompletionMapper for the current environment.
      Returns:
      the completion mapper