LeviLamina
Loading...
Searching...
No Matches
BlockDefinitionLoader.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
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
26
27public:
28 // member functions
29 // NOLINTBEGIN
31 ::gsl::not_null<::BlockDefinitionGroup*> group,
32 ::gsl::not_null<::Core::PathBuffer<::std::string> const*> heapPathBuffer,
33 ::std::string resourcePackLocation,
34 ::gsl::not_null<::IPackLoadContext*> packLoadContext
35 );
36
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCAPI void* $ctor(
44 ::gsl::not_null<::BlockDefinitionGroup*> group,
45 ::gsl::not_null<::Core::PathBuffer<::std::string> const*> heapPathBuffer,
46 ::std::string resourcePackLocation,
47 ::gsl::not_null<::IPackLoadContext*> packLoadContext
48 );
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCFOLD void $dtor();
55 // NOLINTEND
56};
Definition BlockDefinitionGroup.h:33
Definition BlockDefinitionLoader.h:14
Definition PathBuffer.h:8
Definition IPackLoadContext.h:17
Definition Alias.h:14