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