LeviLamina
Loading...
Searching...
No Matches
IllagerBeastBlockedComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Actor;
9// clang-format on
10
12public:
13 // member functions
14 // NOLINTBEGIN
15 MCAPI void onBlocked(::Actor& owner, ::ActorDamageSource const& source, ::Actor& blocker);
16 // NOLINTEND
17};
Definition ActorDamageSource.h:18
Definition Actor.h:104
Definition IllagerBeastBlockedComponent.h:11