22 ::ll::TypedStorage<8, 8, ::gsl::not_null<::SynchedActorDataComponent*>> mData;
23 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ActorDataFlagComponent*>> mFlagData;
24 ::ll::TypedStorage<8, 8, ::gsl::not_null<::ActorDataDirtyFlagsComponent*>> mDirtyFlags;
25 ::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mEntityContext;
30 MCAPI
void set(ushort
id, T
const& value);
37 MCAPI ::CompoundTag
const& getCompoundTag(ushort
id)
const;
39 MCAPI
int getInt(ushort
id)
const;
41 MCAPI int64 getInt64(ushort
id)
const;
43 MCAPI schar getInt8(ushort
id)
const;
45 MCAPI
bool hasData(ushort
id)
const;
47 MCAPI ::SynchedActorDataWriter writer();
Definition EntityContext.h:16