mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-23 00:49:20 +00:00
refactor(bukkit): 为 sendResourcePack 方法添加 @Override 注解
This commit is contained in:
@@ -138,6 +138,7 @@ public class BukkitPackManager extends AbstractPackManager implements Listener {
|
||||
});
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendResourcePack(Player player) {
|
||||
CompletableFuture<List<ResourcePackDownloadData>> future = resourcePackHost().requestResourcePackDownloadLink(player.uuid());
|
||||
future.thenAccept(dataList -> {
|
||||
|
||||
Reference in New Issue
Block a user