BetterModel
Toggle table of contents
1.11.3-SNAPSHOT-331
api
Platform filter
api
Switch theme
Search in API
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
constructor
(
)
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
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
abstract
fun
toString
(
)
:
String