Package com.nexomc.nexo.utils
Class NexoDatapack
-
- All Implemented Interfaces:
public class NexoDatapack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classNexoDatapack.Companion
-
Field Summary
Fields Modifier and Type Field Description private final WorlddefaultWorldprivate final StringdatapackNameprivate final FiledatapackFileprivate final BooleanisFirstInstallprivate final BooleandatapackEnabledpublic final static NexoDatapack.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description NexoDatapack(String key, String description)
-
Method Summary
Modifier and Type Method Description final WorldgetDefaultWorld()final StringgetDatapackName()final FilegetDatapackFile()final BooleanisFirstInstall()final BooleangetDatapackEnabled()final UnitwriteMCMeta()-
-
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()
-
-
-
-