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
Modifier and Type Method Description CompletableFuture<Void>uploadPack()UnitsendPack(Player player)Unitstart()Unitstop()abstract StringpackUrl()ResourcePackInfopackInfo()BooleanisPackUploaded()-
-
Method Detail
-
uploadPack
CompletableFuture<Void> uploadPack()
-
packInfo
ResourcePackInfo packInfo()
-
isPackUploaded
Boolean isPackUploaded()
-
-
-
-