Interface SpecReaderFactory<S extends SpecReader>
-
public interface SpecReaderFactory<S extends SpecReader>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S
create(@NotNull java.io.InputStream inputStream, @NotNull ResourceLocation location)
-
-
-
Method Detail
-
create
@NotNull S create(@NotNull @NotNull java.io.InputStream inputStream, @NotNull @NotNull ResourceLocation location)
-
-