LeviLamina
Loading...
Searching...
No Matches
ResourceLocation.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/file/PathBuffer.h"
7
#include "mc/deps/core/resource/ResourceFileSystem.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
namespace
Core {
class
PathView; }
12
// clang-format on
13
14
class
ResourceLocation
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, ::ResourceFileSystem> mFileSystem;
19
::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mPath;
20
::ll::TypedStorage<8, 8, uint64> mPathHash;
21
::ll::TypedStorage<8, 8, uint64> mFullHash;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ResourceLocation
();
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCNAPI
ResourceLocation
(
::Core::PathView
path, ::ResourceFileSystem fileSystem);
32
33
MCNAPI ::Core::PathBuffer<::std::string>
getFullPath
()
const
;
34
35
MCNAPI
~ResourceLocation
();
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCNAPI
void
*
$ctor
(
::Core::PathView
path, ::ResourceFileSystem fileSystem);
42
// NOLINTEND
43
44
public
:
45
// destructor thunk
46
// NOLINTBEGIN
47
MCNAPI
void
$dtor
();
48
// NOLINTEND
49
};
Core::PathView
Definition
PathView.h:15
ResourceLocation
Definition
ResourceLocation.h:14
ResourceLocation::$dtor
MCAPI void $dtor()
ResourceLocation::~ResourceLocation
MCAPI ~ResourceLocation()
ResourceLocation::$ctor
MCAPI void * $ctor(::Core::PathView path, ::ResourceFileSystem fileSystem)
ResourceLocation::getFullPath
MCAPI ::Core::PathBuffer<::std::string > getFullPath() const
ResourceLocation::ResourceLocation
MCAPI ResourceLocation(::Core::PathView path, ::ResourceFileSystem fileSystem)
src-server
mc
deps
core
resource
ResourceLocation.h
Generated on Tue Oct 28 2025 05:31:31 for LeviLamina by
1.12.0