LeviLamina
Loading...
Searching...
No Matches
SelfOwningLocalConstBlockSource.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/vanilla_systems/IOwnedConstBlockSource.h"
7
8// auto generated forward declare list
9// clang-format off
12// clang-format on
13
14namespace VanillaSystems {
15
16class SelfOwningLocalConstBlockSource : public ::VanillaSystems::IOwnedConstBlockSource {
17public:
18 // member variables
19 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 SelfOwningLocalConstBlockSource& operator=(SelfOwningLocalConstBlockSource const&);
28 SelfOwningLocalConstBlockSource(SelfOwningLocalConstBlockSource const&);
29 SelfOwningLocalConstBlockSource();
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 virtual ::IConstBlockSource const* updateBlockSourceForEntity(::StrictEntityContext const& entity) /*override*/;
35
36 virtual ~SelfOwningLocalConstBlockSource() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCNAPI ::IConstBlockSource const* $updateBlockSourceForEntity(::StrictEntityContext const& entity);
43
44
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
53
54} // namespace VanillaSystems
Definition IConstBlockSource.h:25
Definition StrictEntityContext.h:8
Definition IOwnedConstBlockSource.h:13
MCAPI::IConstBlockSource const * $updateBlockSourceForEntity(::StrictEntityContext const &entity)
Definition Alias.h:14