BetterModel
Toggle table of contents
1.13.3
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.data.raw
/
ModelChildren
/
ModelOutliner
Model
Outliner
class
ModelOutliner
:
Record
,
ModelChildren
A raw outliner of models.
Parameters
group
group
children
children
Members
Constructors
Model
Outliner
Link copied to clipboard
constructor
(
)
Properties
PARSER
Link copied to clipboard
val
PARSER
:
JsonDeserializer
<
ModelChildren
>
Parser
Functions
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
Blueprint
Link copied to clipboard
@
NotNull
open
fun
toBlueprint
(
@
NotNull
elementMap
:
@
NotNull
Map
<
String
,
ModelElement
>
,
@
NotNull
groupMap
:
@
NotNull
Map
<
String
,
ModelGroup
>
)
:
@
NotNull
BlueprintChildren
Converts children to blueprint children
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String