T - The target typepublic interface ResourcePackWriter<T>
A writer converts ResourcePack instances
and write them to a specific target type.
| Modifier and Type | Method and Description |
|---|---|
void |
write(T target,
@NotNull ResourcePack resourcePack)
Writes the given
ResourcePack to the given target. |
void write(@NotNull
T target,
@NotNull
@NotNull ResourcePack resourcePack)
ResourcePack to the given target.target - The targetresourcePack - The resource pack