T - The converted data typepublic interface ResourcePackReader<T>
A reader converts from a specific data
type, to creative's ResourcePack
| Modifier and Type | Method and Description |
|---|---|
@NotNull ResourcePack |
read(T source)
Reads the given source and converts it
to a
ResourcePack. |
@NotNull @NotNull ResourcePack read(@NotNull T source)
ResourcePack.source - The source to read