bettermodel
Toggle table of contents
3.1.0-SNAPSHOT-496
bettermodel-api
Target filter
bettermodel-api
Switch theme
Search in API
Skip to content
bettermodel
bettermodel-api
/
kr.toxicity.model.api.bone
/
BoneName
Bone
Name
class
BoneName
:
Record
A tagged name of some bone
Parameters
tags
tags
name
name
raw
Name
original name
Members
Constructors
Bone
Name
Link copied to clipboard
@
ApiStatus.Internal
constructor
(
@
NotNull
@
Unmodifiable
tags
:
@
NotNull
@
Unmodifiable
Set
<
BoneTag
>
,
@
NotNull
name
:
@
NotNull
String
,
@
NotNull
rawName
:
@
NotNull
String
)
Internal constructor for BoneName.
Properties
PARSER
Link copied to clipboard
val
PARSER
:
JsonDeserializer
<
BoneName
>
A JSON deserializer for parsing BoneName from a string.
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
of
Link copied to clipboard
@
NotNull
open
fun
of
(
@
NotNull
rawName
:
@
NotNull
String
)
:
@
NotNull
BoneName
Creates a new BoneName by parsing the raw name string.
tagged
Link copied to clipboard
open
fun
tagged
(
@
NotNull
tags
:
Array
<
@
NotNull
BoneTag
>
)
:
Boolean
Checks this name has some tags
to
Item
Mapper
Link copied to clipboard
@
NotNull
open
fun
toItemMapper
(
)
:
@
NotNull
BoneItemMapper
Gets an item mapper of this bone name.
to
String
Link copied to clipboard
@
NotNull
open
fun
toString
(
)
:
@
NotNull
String