18 ::ll::TypedStorage<8, 32, ::std::string> mNavigationType;
19 ::ll::TypedStorage<1, 1, bool> mIsAmphibious;
20 ::ll::TypedStorage<1, 1, bool> mAvoidSun;
21 ::ll::TypedStorage<1, 1, bool> mCanPassDoors;
22 ::ll::TypedStorage<1, 1, bool> mCanOpenDoors;
23 ::ll::TypedStorage<1, 1, bool> mCanOpenIronDoors;
24 ::ll::TypedStorage<1, 1, bool> mCanBreakDoors;
25 ::ll::TypedStorage<1, 1, bool> mAvoidWater;
26 ::ll::TypedStorage<1, 1, bool> mAvoidDamageBlocks;
27 ::ll::TypedStorage<1, 1, bool> mCanFloat;
28 ::ll::TypedStorage<1, 1, bool> mCanSink;
29 ::ll::TypedStorage<1, 1, bool> mCanPathOverLava;
30 ::ll::TypedStorage<1, 1, bool> mCanWalkInLava;
31 ::ll::TypedStorage<1, 1, bool> mAvoidPortals;
32 ::ll::TypedStorage<1, 1, bool> mCanWalk;
33 ::ll::TypedStorage<1, 1, bool> mCanSwim;
34 ::ll::TypedStorage<1, 1, bool> mCanBreach;
35 ::ll::TypedStorage<1, 1, bool> mCanJump;
36 ::ll::TypedStorage<1, 1, bool> mUsingDoorAnnotations;
37 ::ll::TypedStorage<1, 1, bool> mCanPathFromAir;
38 ::ll::TypedStorage<8, 24, ::std::vector<::BlockDescriptor>> mBlocksToAvoid;