BetterModel
Toggle table of contents
1.5.1-SNAPSHOT-92
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
bone
Name
Link copied to clipboard
val
String
.
boneName
:
BoneName
COMMA_
FORMAT
Link copied to clipboard
val
COMMA_FORMAT
:
DecimalFormat
DATA_
FOLDER
Link copied to clipboard
val
DATA_FOLDER
:
File
PACK_
MCMETA
Link copied to clipboard
val
PACK_MCMETA
:
JsonObject
PLUGIN
Link copied to clipboard
val
PLUGIN
:
BetterModelPluginImpl
Functions
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
(
lazyMessage
:
(
)
->
String
)
:
T
&
Any
info
Link copied to clipboard
fun
info
(
vararg
message
:
String
)
register
Listener
Link copied to clipboard
fun
registerListener
(
listener
:
Listener
)
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
to
Yaml
Link copied to clipboard
fun
File
.
toYaml
(
)
:
@
NotNull
YamlConfiguration
fun
InputStream
.
toYaml
(
)
:
@
NotNull
YamlConfiguration
version
Range
Of
Link copied to clipboard
fun
versionRangeOf
(
min
:
Int
,
max
:
Int
)
:
JsonObject
warn
Link copied to clipboard
fun
warn
(
vararg
message
:
String
)
with
Comma
Link copied to clipboard
fun
Number
.
withComma
(
)
:
String