20 ::ll::TypedStorage<8, 8, ::Level&> mLevel;
21 ::ll::TypedStorage<8, 8, uint64> mTickToCheckIfSpawning;
22 ::ll::TypedStorage<1, 1, bool> mSpawnWanderingTrader;
23 ::ll::TypedStorage<4, 4, int> mDaysSinceLastSpawn;
24 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mWanderingTraderUUID;
38 MCAPI
bool _canWanderingTraderBeMoved()
const;
40 MCAPI
bool _doesWanderingTraderExist()
const;
44 MCAPI ::BlockPos _getRandomHeightmapPosAroundOrigin(
51 MCAPI ::Actor* _getRandomPlayerInOverworld()
const;
53 MCAPI ::std::optional<::BlockPos>
56 MCAPI ::std::optional<::BlockPos>
59 MCAPI
void readSaveData();
63 MCAPI
void writeSaveData()
const;
69 MCAPI static ::std::vector<float>
const& CHANCE_TO_SPAWN_PER_DAY();