Blockbench Reference Docs
Preparing search index...
custom/textures
FileFormatOptions
Interface FileFormatOptions
interface
FileFormatOptions
{
extensions
:
string
[]
;
name
:
string
;
decode
?
(
data
:
Uint8Array
,
texture
:
Texture
)
:
void
;
encode
?
(
texture
:
Texture
)
:
Uint8Array
;
}
Index
Methods
decode?
encode?
Properties
extensions
name
Methods
Optional
decode
decode
?
(
data
:
Uint8Array
,
texture
:
Texture
)
:
void
Parameters
data
:
Uint8Array
texture
:
Texture
Returns
void
Optional
encode
encode
?
(
texture
:
Texture
)
:
Uint8Array
Parameters
texture
:
Texture
Returns
Uint8Array
Properties
extensions
extensions
:
string
[]
name
name
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
decode
encode
Properties
extensions
name
Blockbench Reference Docs
Loading...