18 ::ll::TypedStorage<8, 32, ::std::string> mMessage;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mFilteredMessage;
20 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mSender;
21 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<::WeakRef<::EntityContext>>>> mTargets;
22 ::ll::TypedStorage<8, 32, ::std::string> mAuthor;
23 ::ll::TypedStorage<1, 1, bool> mMessageValid;
24 ::ll::TypedStorage<1, 1, bool> mAllowFiltering;
29 ChatEvent& operator=(ChatEvent
const&);
35 MCAPI ChatEvent(::ChatEvent&&);
37 MCAPI ChatEvent(::ChatEvent
const&);
47 MCAPI
void* $ctor(::ChatEvent&&);
49 MCAPI
void* $ctor(::ChatEvent
const&);
Definition EntityContext.h:16
Definition TextPacket.h:19