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 classNexoPackServer.Companion
-
Method Summary
-
-
Method Detail
-
uploadPack
CompletableFuture<Void> uploadPack()
-
sendPack
CompletableFuture<Void> sendPack(Object connection, Boolean reconfigure)
-
packInfo
ResourcePackInfo packInfo()
-
isPackUploaded
Boolean isPackUploaded()
-
-
-
-