15class ResourceLocation {
19 ::ll::TypedStorage<4, 4, ::ResourceFileSystem> mFileSystem;
20 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mPath;
21 ::ll::TypedStorage<8, 8, uint64> mPathHash;
22 ::ll::TypedStorage<8, 8, uint64> mFullHash;
32 MCAPI ResourceLocation(
::Core::PathView path, ::ResourceFileSystem fileSystem);
34 MCAPI ::Core::PathBuffer<::std::string> getFullPath()
const;
36 MCAPI_C ::HashedString getHashedPath()
const;
38 MCAPI ~ResourceLocation();
44 MCAPI_C static ::ResourceLocation
const& getEmptyLocation();
50 MCAPI_C
void* $ctor();
52 MCAPI_C
void* $ctor(::ResourceLocation
const&);