LeviLamina
Loading...
Searching...
No Matches
IBiomeComponentGlue.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Biome;
8class BiomeRegistry;
9class Block;
10namespace SharedTypes::v1_20_60 { struct BlockSpecifier; }
11namespace SharedTypes::v1_20_60 { struct IBiomeJsonComponent; }
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 0
19 virtual ~IBiomeComponentGlue() = default;
20
21 // vIndex: 1
22 virtual bool resolveAndValidate(::SharedTypes::v1_20_60::IBiomeJsonComponent const&, ::BiomeRegistry const&) = 0;
23
24 // vIndex: 2
25 virtual void applyToBiome(::Biome&, ::SharedTypes::v1_20_60::IBiomeJsonComponent const&) const = 0;
26 // NOLINTEND
27
28public:
29 // static functions
30 // NOLINTBEGIN
31 MCNAPI static ::Block const*
32 _getResolvedBlock(::SharedTypes::v1_20_60::BlockSpecifier const& blockSpecifier, ::std::string const& fieldName);
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38
39 // NOLINTEND
40};
Definition BiomeRegistry.h:31
Definition Biome.h:26
Definition Block.h:38
Definition IBiomeComponentGlue.h:14
static MCAPI ::Block const * _getResolvedBlock(::SharedTypes::v1_20_60::BlockSpecifier const &blockSpecifier, ::std::string const &fieldName)
Definition BlockSpecifier.h:12
Definition IBiomeJsonComponent.h:7