LeviLamina
Loading...
Searching...
No Matches
BlockComponentDescriptionTransformer.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace SharedTypes::v1_26_10::BlockDefinition { struct BlockComponents; }
9// clang-format on
10
12public:
13 // static functions
14 // NOLINTBEGIN
15 MCAPI static void transform(
16 ::BlockComponentDescription const& blockComponentDescription,
18 );
19 // NOLINTEND
20};
Definition BlockComponentDescriptionTransformer.h:11
Definition BlockComponentDescription.h:20