MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
api
/
party.morino.mineauth.api.model.common
/
PluginDependenciesData
Plugin
Dependencies
Data
@
Serializable
data
class
PluginDependenciesData
(
val
required
:
List
<
String
>
=
emptyList()
,
val
soft
:
List
<
String
>
=
emptyList()
)
プラグインの依存関係情報
Members
Constructors
Plugin
Dependencies
Data
Link copied to clipboard
constructor
(
required
:
List
<
String
>
=
emptyList()
,
soft
:
List
<
String
>
=
emptyList()
)
Properties
required
Link copied to clipboard
val
required
:
List
<
String
>
soft
Link copied to clipboard
val
soft
:
List
<
String
>