java.lang.Object
de.rpgframework.foundry.Module
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddTranslation(String lang, String key, String value) getName()getPacks()getTitle()getUrl()voidvoidsetCompatibleCoreVersion(String compatibleCoreVersion) voidsetDescription(String description) voidsetDownload(String download) voidsetLanguages(List<Language> languages) voidsetManifest(String manifest) voidsetMinimumCoreVersion(String minimumCoreVersion) voidvoidvoidvoidvoidsetVersion(String version)
-
Field Details
-
fos
-
-
Constructor Details
-
Module
public Module()
-
-
Method Details
-
addTranslation
-
getName
- Returns:
- the name
-
setName
- Parameters:
name- the name to set
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title- the title to set
-
getDescription
- Returns:
- the description
-
setDescription
- Parameters:
description- the description to set
-
getAuthor
- Returns:
- the author
-
setAuthor
- Parameters:
author- the author to set
-
getVersion
- Returns:
- the version
-
setVersion
- Parameters:
version- the version to set
-
getMinimumCoreVersion
- Returns:
- the minimumCoreVersion
-
setMinimumCoreVersion
- Parameters:
minimumCoreVersion- the minimumCoreVersion to set
-
getCompatibleCoreVersion
- Returns:
- the compatibleCoreVersion
-
setCompatibleCoreVersion
- Parameters:
compatibleCoreVersion- the compatibleCoreVersion to set
-
getPacks
- Returns:
- the packs
-
setPacks
- Parameters:
packs- the packs to set
-
getUrl
- Returns:
- the url
-
setUrl
- Parameters:
url- the url to set
-
getManifest
- Returns:
- the manifest
-
setManifest
- Parameters:
manifest- the manifest to set
-
getDownload
- Returns:
- the download
-
setDownload
- Parameters:
download- the download to set
-
getLanguages
- Returns:
- the languages
-
setLanguages
- Parameters:
languages- the languages to set
-