createHitBox

@Nullable
abstract fun createHitBox(@NotNull entity: @NotNull EntityAdapter, @NotNull bone: @NotNull RenderedBone, @NotNull namedBoundingBox: @NotNull NamedBoundingBox, @NotNull controller: @NotNull MountController, @NotNull listener: @NotNull HitBoxListener): @Nullable HitBox

Creates delegator hit-box of target entity

Return

hit-box

Parameters

entity

target entity

bone

following bone

namedBoundingBox

bounding box

controller

mount controller

listener

hitbox listener