toggle menu
osrs-222-internal
1.0.0-ALPHA-20241122
jvm
switch theme
search in API
osrs-222-internal
/
net.rsprot.protocol.common.game.outgoing.info.npcinfo.extendedinfo
/
TypeCustomisation
Type
Customisation
class
TypeCustomisation
(
val
models
:
List
<
Int
>
,
val
recolours
:
List
<
Int
>
,
val
retexture
:
List
<
Int
>
,
val
mirror
:
Boolean
?
)
Members
Constructors
Type
Customisation
Link copied to clipboard
constructor
(
models
:
List
<
Int
>
,
recolours
:
List
<
Int
>
,
retexture
:
List
<
Int
>
,
mirror
:
Boolean
?
)
Properties
mirror
Link copied to clipboard
val
mirror
:
Boolean
?
models
Link copied to clipboard
val
models
:
List
<
Int
>
recolours
Link copied to clipboard
val
recolours
:
List
<
Int
>
retexture
Link copied to clipboard
val
retexture
:
List
<
Int
>