BetterModel
Toggle table of contents
1.11.5-SNAPSHOT-343
core
Platform filter
core
Switch theme
Search in API
BetterModel
core
/
kr.toxicity.model
/
BetterModelLibrary
/
LibraryData
Library
Data
class
LibraryData
:
Record
Members
Constructors
Library
Data
Link copied to clipboard
constructor
(
@
NotNull
group
:
String
,
@
NotNull
artifact
:
String
,
@
Nullable
relocation
:
String
)
constructor
(
@
NotNull
group
:
String
,
@
NotNull
artifact
:
String
,
@
Nullable
relocation
:
String
,
@
NotNull
predicate
:
BooleanSupplier
)
constructor
(
@
NotNull
group
:
String
,
@
NotNull
artifact
:
String
,
@
Nullable
relocation
:
String
,
@
NotNull
@
Unmodifiable
subModules
:
@
Unmodifiable
Set
<
String
>
)
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
is
Loaded
Link copied to clipboard
open
fun
isLoaded
(
)
:
Boolean
to
Libby
Link copied to clipboard
@
NotNull
open
fun
toLibby
(
plugin
:
AbstractBetterModelPlugin
)
:
Stream
<
Library
>
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String