LeviLamina
Loading...
Searching...
No Matches
BiomeReplacementConstraint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/cereal/ConstraintHandle.h"
7#include "mc/deps/cereal/ContextArea.h"
8#include "mc/deps/shared_types/v1_26_0/biome/ReplaceBiomesBiomeJsonComponent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace cereal { class SerializerContext; }
13namespace cereal::internal { struct ConstraintDescription; }
14// clang-format on
15
16namespace SharedTypes::v1_26_0 {
17
19: public ::cereal::ConstraintHandle<::SharedTypes::v1_26_0::BiomeReplacementConstraint> {
20public:
21 // virtual functions
22 // NOLINTBEGIN
23 virtual ~BiomeReplacementConstraint() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI ::cereal::internal::ConstraintDescription description(::cereal::ContextArea) const;
30
31 MCAPI void validateValue(
32 ::std::vector<::SharedTypes::v1_26_0::ReplaceBiomesBiomeJsonComponent::BiomeReplacement> const&
33 biomeReplacements,
35 ) const;
36 // NOLINTEND
37
38public:
39 // vftables
40 // NOLINTBEGIN
41 MCNAPI static void** $vftable();
42 // NOLINTEND
43};
44
45} // namespace SharedTypes::v1_26_0
Definition BiomeReplacementConstraint.h:19
Definition ConstraintHandle.h:8
Definition SerializerContext.h:17
Definition ConstraintDescription.h:7
Definition context.h:5