Kaptos
Toggle table of contents
0.1.2-beta
common
Target filter
common
Switch theme
Search in API
Skip to content
Kaptos
Kaptos
/
xyz.mcxross.kaptos.model
/
MoveFunction
/
MoveFunction
Move
Function
constructor
(
name
:
String
,
visibility
:
MoveVisibility
,
isEntry
:
Boolean
,
isView
:
Boolean
,
genericTypeParams
:
List
<
MoveFunctionGenericTypeParam
>
,
params
:
List
<
String
>
,
return
:
List
<
String
>
)