Interface PlatformWorldAccessor<W>


public interface PlatformWorldAccessor<W>
  • Method Details

    • extractWorldIdentifier

      @NotNull @NotNull String extractWorldIdentifier(@NotNull W world)
    • resolveWorldFromIdentifier

      @Nullable W resolveWorldFromIdentifier(@NotNull @NotNull String identifier)