BetterModel
Toggle table of contents
1.13.2-SNAPSHOT-386
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.pack
/
PackBuilder
Pack
Builder
class
PackBuilder
Members
Constructors
Pack
Builder
Link copied to clipboard
constructor
(
)
Functions
add
Link copied to clipboard
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
>
>
)
open
fun
add
(
@
NotNull
path
:
@
NotNull
String
,
estimatedSize
:
Long
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
open
fun
add
(
@
NotNull
paths
:
Array
<
@
NotNull
String
>
,
size
:
Long
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
obfuscator
Link copied to clipboard
@
NotNull
open
fun
obfuscator
(
)
:
@
NotNull
PackObfuscator
resolve
Link copied to clipboard
@
NotNull
open
fun
resolve
(
@
NotNull
paths
:
Array
<
@
NotNull
String
>
)
:
@
NotNull
PackBuilder