BetterModel
Toggle table of contents
1.12.2-SNAPSHOT-357
api
Platform filter
api
Switch theme
Search in API
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
>
>
)