9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2026-01-03 22:26:15 +00:00

send bundle packets

This commit is contained in:
XiaoMoMi
2024-02-17 18:45:04 +08:00
parent ecf6e44ee7
commit a9c0ea08a1
7 changed files with 55 additions and 14 deletions

View File

@@ -23,6 +23,8 @@ public interface VersionManager {
boolean isVersionNewerThan1_19();
boolean isVersionNewerThan1_19_R3();
boolean isVersionNewerThan1_19_R2();
CompletableFuture<Boolean> checkUpdate();