3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/events/ActorEventListener.h"
8#include "mc/world/events/EventListenerDispatcher.h"
9#include "mc/world/events/EventResult.h"
64 ::ll::TypedStorage<8, 24, ::std::vector<::DebugInfoComponent::Listener>> mListeners;
65 ::ll::TypedStorage<8, 64, ::std::unordered_map<::HashedString, uint64>> mPacketHashes;
66 ::ll::TypedStorage<8, 40, ::std::deque<::std::string>> mSentEvents;
67 ::ll::TypedStorage<1, 1, bool> mEventListenerRegistered;
68 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mMobUniqueId;
Definition DebugInfoComponent.h:17
MCAPI::DebugInfoComponent & operator=(::DebugInfoComponent &&)
static MCAPI void ** $vftable()
MCAPI void * $ctor(::DebugInfoComponent &&)
MCAPI::EventResult $onEvent(::ActorDefinitionTriggeredEvent const &actorDefinitionEvent)
MCAPI DebugInfoComponent(::DebugInfoComponent const &)
MCAPI DebugInfoComponent(::DebugInfoComponent &&)
MCAPI void * $ctor(::DebugInfoComponent const &)
Definition EventListenerDispatcher.h:6
Definition HashedString.h:5
Definition ActorDefinitionTriggeredEvent.h:10
Definition DebugInfoComponent.h:25
MCAPI Listener(::DebugInfoComponent::Listener &&)
MCAPI void * $ctor(::DebugInfoComponent::Listener &&)