17 using BiomeStringIndex = ushort;
22 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, ushort>> mAllStrings;
23 ::ll::TypedStorage<8, 24, ::std::vector<::std::string>> mStrings;
29 MCAPI ushort addStringAndGetIndex(::std::string
const& value);
31 MCAPI ::std::string
const& getStringOrEmpty(ushort index)
const;