23 ::ll::TypedStorage<8, 48, ::HashedString> mName;
24 ::ll::TypedStorage<8, 48, ::HashedString> mInitEvent;
25 ::ll::TypedStorage<8, 48, ::HashedString> mEndEvent;
26 ::ll::TypedStorage<8, 8, ::Village*> mVillage;
27 ::ll::TypedStorage<4, 12, ::BlockPos> mPosition;
28 ::ll::TypedStorage<8, 8, uint64> mOwnerCount;
29 ::ll::TypedStorage<8, 8, uint64> mOwnerCapacity;
30 ::ll::TypedStorage<8, 8, uint64> mWeight;
31 ::ll::TypedStorage<4, 4, float> mRadius;
32 ::ll::TypedStorage<4, 4, ::POIType> mType;
33 ::ll::TypedStorage<8, 48, ::HashedString> mSoundEvent;
34 ::ll::TypedStorage<2, 2, short> mArrivalFailuresCount;
35 ::ll::TypedStorage<1, 1, bool> mUseBoundingBox;
53 ::std::string soundEvent,
54 ::std::string initEvent,
55 ::std::string endEvent
78 ::std::string soundEvent,
79 ::std::string initEvent,
80 ::std::string endEvent
MCAPI POIInstance(::BlockPos const &pos, bool useBoundingBox, ::std::string name, ::POIType type, float radius, uint64 maxCapacity, uint64 weight, ::std::string soundEvent, ::std::string initEvent, ::std::string endEvent)
MCAPI void * $ctor(::BlockPos const &pos, bool useBoundingBox, ::std::string name, ::POIType type, float radius, uint64 maxCapacity, uint64 weight, ::std::string soundEvent, ::std::string initEvent, ::std::string endEvent)