mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-21 17:45:36 +01:00
Add missing doc
This commit is contained in:
parent
9b4d50b214
commit
bfcfb4340e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user