Package com.nexomc.nexo.pack.server
Interface NexoPackServer
-
- All Implemented Interfaces:
public interface NexoPackServer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NexoPackServer.Companion
-
Method Summary
Modifier and Type Method Description CompletableFuture<Void>
uploadPack()
Unit
sendPack(Player player)
Unit
start()
Unit
stop()
abstract String
packUrl()
ResourcePackInfo
packInfo()
Boolean
isPackUploaded()
-
-
Method Detail
-
uploadPack
CompletableFuture<Void> uploadPack()
-
packInfo
ResourcePackInfo packInfo()
-
isPackUploaded
Boolean isPackUploaded()
-
-
-
-