Add missing doc

This commit is contained in:
KennyTV 2021-03-22 13:47:40 +01:00
parent 9b4d50b214
commit bfcfb4340e
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B

View File

@ -410,6 +410,7 @@ public class ProtocolRegistry {
* adding a {@link CompletableFuture} to the list of data to load bound to their protocols.
*
* @param protocolClass protocol class
* @param dependsOn class of the protocol that the data loading depends on
* @param runnable runnable to be executed asynchronously
*/
public static void addMappingLoaderFuture(Class<? extends Protocol> protocolClass, Class<? extends Protocol> dependsOn, Runnable runnable) {