BetterModel
Toggle table of contents
1.7.0-SNAPSHOT-181
api
Platform filter
api
Switch theme
Search in API
BetterModel
api
/
kr.toxicity.model.api.bone
/
BoneItemMapper
Bone
Item
Mapper
interface
BoneItemMapper
:
BiFunction
<
T
,
U
,
R
>
Item-mapper of bone
Inheritors
LimbItemMapper
Members
Properties
EMPTY
Link copied to clipboard
val
EMPTY
:
BoneItemMapper
Empty
Functions
and
Then
Link copied to clipboard
open
fun
<
V
>
andThen
(
p
:
(
in
R
)
->
out
V
)
:
BiFunction
<
T
,
U
,
V
>
apply
Link copied to clipboard
@
NotNull
abstract
fun
apply
(
@
NotNull
renderSource
:
@
NotNull
RenderSource
<
out
Any
>
,
@
NotNull
transformedItemStack
:
@
NotNull
TransformedItemStack
)
:
@
NotNull
TransformedItemStack
player
Link copied to clipboard
@
NotNull
open
fun
player
(
@
NotNull
transform
:
@
NotNull
ItemDisplay.ItemDisplayTransform
,
@
NotNull
mapper
:
@
NotNull
(
Player
)
->
TransformedItemStack
)
:
@
NotNull
BoneItemMapper
Mapped if a render source is player
transform
Link copied to clipboard
@
NotNull
abstract
fun
transform
(
)
:
@
NotNull
ItemDisplay.ItemDisplayTransform
Gets item display transformation