Package kr.toxicity.model.api.bone
Class BoneEventDispatcher
java.lang.Object
kr.toxicity.model.api.bone.BoneEventDispatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidextend(@NotNull BoneEventDispatcher dispatcher) voidhandleCreateHitBox(@NotNull BiFunction<RenderedBone, HitBoxListener.Builder, HitBoxListener.Builder> function) voidhandleStateCreate(@NotNull BiConsumer<RenderedBone, UUID> function) voidhandleStateRemove(@NotNull BiConsumer<RenderedBone, UUID> function)
-
Constructor Details
-
BoneEventDispatcher
public BoneEventDispatcher()
-
-
Method Details
-
extend
-
handleCreateHitBox
public void handleCreateHitBox(@NotNull @NotNull BiFunction<RenderedBone, HitBoxListener.Builder, HitBoxListener.Builder> function) -
handleStateCreate
-
handleStateRemove
-