BetterModel
Toggle table of contents
1.13.5-SNAPSHOT-408
api
Target filter
api
Switch theme
Search in API
Skip to content
BetterModel
api
/
kr.toxicity.model.api.pack
/
PackAssets
/
add
add
open
fun
add
(
@
NotNull
path
:
@
NotNull
String
,
size
:
Long
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
open
fun
add
(
@
NotNull
paths
:
Array
<
@
NotNull
String
>
,
size
:
Long
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
open
fun
add
(
@
NotNull
path
:
@
NotNull
String
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
open
fun
add
(
@
NotNull
paths
:
Array
<
@
NotNull
String
>
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)