toggle menu
Ksui
1.3.2
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.model
/
MoveNormalizedModule
Move
Normalized
Module
@
Serializable
data
class
MoveNormalizedModule
(
val
fileFormatVersion
:
Long
,
val
address
:
String
,
val
name
:
String
,
val
friends
:
List
<
Friend
>
=
emptyList()
,
val
structs
:
String
,
val
exposedFunctions
:
List
<
ModuleExposedFunction
>
=
emptyList()
)
Members
Constructors
Move
Normalized
Module
Link copied to clipboard
constructor
(
fileFormatVersion
:
Long
,
address
:
String
,
name
:
String
,
friends
:
List
<
Friend
>
=
emptyList()
,
structs
:
String
,
exposedFunctions
:
List
<
ModuleExposedFunction
>
=
emptyList()
)
Properties
address
Link copied to clipboard
val
address
:
String
exposed
Functions
Link copied to clipboard
@
Serializable
(
with
=
ModuleExposedFunctionsSerializer::class
)
val
exposedFunctions
:
List
<
ModuleExposedFunction
>
file
Format
Version
Link copied to clipboard
val
fileFormatVersion
:
Long
friends
Link copied to clipboard
val
friends
:
List
<
Friend
>
name
Link copied to clipboard
val
name
:
String
structs
Link copied to clipboard
@
Serializable
(
with
=
ToStringSerializer::class
)
val
structs
:
String