Package com.nexomc.nexo.pack.server
Object NexoPackServer.Companion
-
- All Implemented Interfaces:
public class NexoPackServer.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static String
BYPASS_PERMISSION
private final Boolean
mandatory
private final Component
prompt
public final static NexoPackServer.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final Unit
registerDefaultPackServers()
final static Unit
initializeServer()
final ByteArray
hashArray(String hash)
final Boolean
getMandatory()
final Component
getPrompt()
-
-
Method Detail
-
registerDefaultPackServers
final Unit registerDefaultPackServers()
-
initializeServer
final static Unit initializeServer()
-
getMandatory
final Boolean getMandatory()
-
getPrompt
final Component getPrompt()
-
-
-
-