BetterModel
Toggle table of contents
2.2.1-SNAPSHOT-482
fabric
Target filter
fabric
Switch theme
Search in API
Skip to content
BetterModel
fabric
/
kr.toxicity.model.impl.fabric.network
/
toEquipmentPacket
to
Equipment
Packet
inline
fun
LivingEntity
.
toEquipmentPacket
(
mapper
:
(
EquipmentSlot
)
->
ItemStack
?
=
{ if (hasItemInSlot(it)) getItemBySlot(it) else null }
)
:
ClientboundSetEquipmentPacket
?