BetterModel
Toggle table of contents
1.11.4-SNAPSHOT-340
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.pack
/
PackResource
Pack
Resource
interface
PackResource
:
Supplier
<
T
>
Inheritors
Packed
Members
Types
Packed
Link copied to clipboard
class
Packed
:
Record
,
PackResource
Functions
estimated
Size
Link copied to clipboard
abstract
fun
estimatedSize
(
)
:
Long
get
Link copied to clipboard
abstract
fun
get
(
)
:
T
of
Link copied to clipboard
@
NotNull
open
fun
of
(
@
NotNull
path
:
@
NotNull
PackPath
,
size
:
Long
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
:
@
NotNull
PackResource
@
NotNull
open
fun
of
(
@
Nullable
overlay
:
@
Nullable
PackOverlay
,
@
NotNull
path
:
@
NotNull
PackPath
,
size
:
Long
,
@
NotNull
supplier
:
@
NotNull
Supplier
<
Array
<
Byte
>
>
)
:
@
NotNull
PackResource
overlay
Link copied to clipboard
@
Nullable
abstract
fun
overlay
(
)
:
@
Nullable
PackOverlay
path
Link copied to clipboard
@
NotNull
abstract
fun
path
(
)
:
@
NotNull
PackPath