Interface SpecReaderFactory<S extends SpecReader>
public interface SpecReaderFactory<S extends SpecReader>
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(@NotNull InputStream inputStream, @NotNull ResourceLocation location)
-
Method Details
-
create
@NotNull S create(@NotNull @NotNull InputStream inputStream, @NotNull @NotNull ResourceLocation location)
-