Package com.nexomc.nexo.utils
Class NexoDatapack
-
- All Implemented Interfaces:
public class NexoDatapack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
NexoDatapack.Companion
-
Field Summary
Fields Modifier and Type Field Description private final World
defaultWorld
private final String
datapackName
private final File
datapackFile
private final Boolean
isFirstInstall
private final Boolean
datapackEnabled
public final static NexoDatapack.Companion
Companion
-
Constructor Summary
Constructors Constructor Description NexoDatapack(String key, String description)
-
Method Summary
Modifier and Type Method Description final World
getDefaultWorld()
final String
getDatapackName()
final File
getDatapackFile()
final Boolean
isFirstInstall()
final Boolean
getDatapackEnabled()
final Unit
writeMCMeta()
-
-
Method Detail
-
getDefaultWorld
final World getDefaultWorld()
-
getDatapackName
final String getDatapackName()
-
getDatapackFile
final File getDatapackFile()
-
isFirstInstall
final Boolean isFirstInstall()
-
getDatapackEnabled
final Boolean getDatapackEnabled()
-
writeMCMeta
final Unit writeMCMeta()
-
-
-
-