LeviLamina
Loading...
Searching...
No Matches
BlockVoxelShapesCullingDescription.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/components/NetworkedBlockComponentDescription.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14: public ::NetworkedBlockComponentDescription<::BlockVoxelShapesCullingDescription> {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::std::string> mOcclusionShapeName;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual ::std::string const& getName() const /*override*/;
26
27 // vIndex: 2
28 virtual void initializeComponent(::BlockComponentStorage& blockComponentStorage) const /*override*/;
29
30 // vIndex: 4
31 virtual void initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const /*override*/;
32
33 // vIndex: 0
34 virtual ~BlockVoxelShapesCullingDescription() /*override*/;
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::std::string const& NameID();
41
42 MCAPI static ::std::string const& SHAPE_DEFAULT();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCFOLD void $dtor();
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI ::std::string const& $getName() const;
55
56 MCAPI void $initializeComponent(::BlockComponentStorage& blockComponentStorage) const;
57
58 MCFOLD void $initializeComponentFromCode(::BlockComponentStorage& blockComponentStorage) const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BlockComponentStorage.h:53
Definition NetworkedBlockComponentDescription.h:6
Definition BlockVoxelShapesCullingDescription.h:14
static MCAPI void ** $vftable()