3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-08 11:10:06 +02:00
Dieser Commit ist enthalten in:
KennyTV 2021-06-03 10:45:58 +02:00
Ursprung 3290d4ae24
Commit e1072a8dc7
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 6BE3B555EBC5982B

Datei anzeigen

@ -152,14 +152,14 @@ public interface ProtocolManager {
* <p>
* Negative examples if this returns true:
* <ul>
* A possible path from 3 to 5 in order of 3->10->5 will be dismissed.
* A possible path from 5 to 3 in order of 5->0->3 will be dismissed.
* A possible path from 3 to 5 in order of 3105 will be dismissed.
* A possible path from 5 to 3 in order of 503 will be dismissed.
* </ul>
* <p>
* Negative examples if this returns false:
* <ul>
* While searching for a path from 3 to 5, 3->2->1 could be checked first before 3->4->5 is found.
* While searching for a path from 5 to 3, 5->6->7 could be checked first before 5->4->3 is found.
* While searching for a path from 3 to 5, 321 could be checked first before 345 is found.
* While searching for a path from 5 to 3, 567 could be checked first before 543 is found.
* </ul>
*
* @return whether protocol path calculation expects the path to come closer to the expected version with each entry