Interface PreparableModelLoadingPlugin<T>

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PreparableModelLoadingPlugin<T>
A model loading plugin is used to extend the model loading process through the passed ModelLoadingPlugin.Context object.

This version of ModelLoadingPlugin allows loading ("preparing") some data off-thread in parallel before the model loading process starts. Usually, this means loading some resources from the provided ResourceManager.