BetterModel
Toggle table of contents
1.4.3-SNAPSHOT-50
core
Platform filter
core
Switch theme
Search in API
BetterModel
core
/
kr.toxicity.model.util
Package-level
declarations
Functions
Properties
Properties
ATTRIBUTE_
SCALE
Link copied to clipboard
val
ATTRIBUTE_SCALE
:
@
Nullable
Attribute
DATA_
FOLDER
Link copied to clipboard
val
DATA_FOLDER
:
File
PLUGIN
Link copied to clipboard
val
PLUGIN
:
BetterModelPluginImpl
Functions
clear
Link copied to clipboard
fun
File
.
clear
(
)
:
File
for
Each
Link copied to clipboard
fun
File
.
forEach
(
block
:
(
File
)
->
Unit
)
for
Each
All
Link copied to clipboard
fun
File
.
forEachAll
(
block
:
(
File
)
->
Unit
)
for
Each
All
Folder
Link copied to clipboard
fun
File
.
forEachAllFolder
(
block
:
(
File
)
->
Unit
)
for
Each
Async
Link copied to clipboard
fun
<
T
>
List
<
T
>
.
forEachAsync
(
block
:
(
T
)
->
Unit
)
handle
Exception
Link copied to clipboard
fun
Throwable
.
handleException
(
message
:
String
)
if
Null
Link copied to clipboard
fun
<
T
>
T
?
.
ifNull
(
message
:
String
)
:
T
&
Any
info
Link copied to clipboard
fun
info
(
vararg
message
:
String
)
register
Listener
Link copied to clipboard
fun
registerListener
(
listener
:
Listener
)
rgb
Link copied to clipboard
fun
rgb
(
r
:
Int
,
g
:
Int
,
b
:
Int
)
:
Int
save
Link copied to clipboard
fun
JsonElement
.
save
(
file
:
File
)
fun
RenderedImage
.
save
(
file
:
File
)
sub
File
Link copied to clipboard
fun
File
.
subFile
(
name
:
String
)
:
File
sub
Folder
Link copied to clipboard
fun
File
.
subFolder
(
name
:
String
)
:
File
to
Byte
Array
Link copied to clipboard
fun
JsonElement
.
toByteArray
(
)
:
ByteArray
fun
RenderedImage
.
toByteArray
(
)
:
ByteArray
to
Limb
Link copied to clipboard
fun
String
.
toLimb
(
)
:
PlayerLimb
?
to
Model
Link copied to clipboard
fun
File
.
toModel
(
)
:
ModelBlueprint
fun
InputStream
.
toModel
(
name
:
String
=
"unknown"
)
:
ModelBlueprint
to
Yaml
Link copied to clipboard
fun
File
.
toYaml
(
)
:
@
NotNull
YamlConfiguration
fun
InputStream
.
toYaml
(
)
:
@
NotNull
YamlConfiguration
warn
Link copied to clipboard
fun
warn
(
vararg
message
:
String
)