createHitBox

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

Creates delegator hit-box of target entity

Return

hit-box

Parameters

entity

target entity

supplier

transformation supplier

namedBoundingBox

bounding box

controller

mount controller

listener

hitbox listener