Nightbreak Java API
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Nightbreak Java API
MagmaCore
/
com.magmaguy.magmacore.nightbreak
/
NightbreakManagedContent
Nightbreak
Managed
Content
public
interface
NightbreakManagedContent
Inheritors
AbstractNightbreakContentPackage
Members
Functions
enable
After
Download
Link copied to clipboard
public
CompletableFuture
<
Void
>
enableAfterDownload
(
)
get
Cached
Access
Info
Link copied to clipboard
public
abstract
NightbreakAccount.AccessInfo
getCachedAccessInfo
(
)
get
Display
Name
Link copied to clipboard
public
abstract
String
getDisplayName
(
)
get
Download
Link
Link copied to clipboard
public
abstract
String
getDownloadLink
(
)
get
Local
Version
Link copied to clipboard
public
abstract
int
getLocalVersion
(
)
get
Nightbreak
Slug
Link copied to clipboard
public
abstract
String
getNightbreakSlug
(
)
is
Downloaded
Link copied to clipboard
public
abstract
boolean
isDownloaded
(
)
is
Installed
Link copied to clipboard
public
abstract
boolean
isInstalled
(
)
is
Out
Of
Date
Link copied to clipboard
public
abstract
boolean
isOutOfDate
(
)
set
Cached
Access
Info
Link copied to clipboard
public
abstract
void
setCachedAccessInfo
(
NightbreakAccount.AccessInfo
accessInfo
)
set
Out
Of
Date
Link copied to clipboard
public
abstract
void
setOutOfDate
(
boolean outOfDate
)