3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00
Dieser Commit ist enthalten in:
KennyTV 2020-06-09 17:57:14 +02:00
Ursprung aa59ed112a
Commit ad1707f0ee
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -289,7 +289,7 @@ public class UserConnection {
}
/**
* Transforms the clientbound packet contained in draft ByteBuf.
* Transforms the clientbound packet contained in an outgoing ByteBuf.
*
* @param buf ByteBuf with packet id and packet contents
* @param cancelSupplier Function called with original CancelException for generating the Exception used when
@ -302,7 +302,7 @@ public class UserConnection {
}
/**
* Transforms the serverbound packet contained in draft ByteBuf.
* Transforms the serverbound packet contained in an incoming ByteBuf.
*
* @param buf ByteBuf with packet id and packet contents
* @param cancelSupplier Function called with original CancelException for generating the Exception used when