Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Add missing doc
Dieser Commit ist enthalten in:
Ursprung
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.
|
* adding a {@link CompletableFuture} to the list of data to load bound to their protocols.
|
||||||
*
|
*
|
||||||
* @param protocolClass protocol class
|
* @param protocolClass protocol class
|
||||||
|
* @param dependsOn class of the protocol that the data loading depends on
|
||||||
* @param runnable runnable to be executed asynchronously
|
* @param runnable runnable to be executed asynchronously
|
||||||
*/
|
*/
|
||||||
public static void addMappingLoaderFuture(Class<? extends Protocol> protocolClass, Class<? extends Protocol> dependsOn, Runnable runnable) {
|
public static void addMappingLoaderFuture(Class<? extends Protocol> protocolClass, Class<? extends Protocol> dependsOn, Runnable runnable) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren