space-engineers-api
0.9.0
jvm
space-engineers-api
/
spaceEngineers.util.generator.python
/
ClientGenerator
Client
Generator
jvm
class
ClientGenerator
(
val
iface
:
KClass
<
*
>
,
val
types
:
Set
<
KType
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Client
Generator
Link copied to clipboard
jvm
fun
ClientGenerator
(
iface
:
KClass
<
*
>
,
types
:
Set
<
KType
>
)
Content copied to clipboard
Functions
generate
Interface
Link copied to clipboard
jvm
fun
generateInterface
(
kclass
:
KClass
<
*
>
)
:
List
<
String
>
Content copied to clipboard
generate
Interfaces
Link copied to clipboard
jvm
fun
generateInterfaces
(
)
:
String
Content copied to clipboard
print
Parameters
Link copied to clipboard
jvm
fun
printParameters
(
func
:
KFunction
<
*
>
)
:
String
Content copied to clipboard
Properties
iface
Link copied to clipboard
jvm
val
iface
:
KClass
<
*
>
Content copied to clipboard
types
Link copied to clipboard
jvm
val
types
:
Set
<
KType
>
Content copied to clipboard