LeviLamina
Loading...
Searching...
No Matches
BiomeFilterGroup.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/filters/FilterGroup.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class BiomeFilterGroup : public ::FilterGroup {
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 virtual ~BiomeFilterGroup() /*override*/;
18
19 virtual ::std::shared_ptr<::FilterGroup> _createSubgroup(::FilterGroup::CollectionType type) const /*override*/;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCNAPI ::std::shared_ptr<::FilterGroup> $_createSubgroup(::FilterGroup::CollectionType type) const;
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition BiomeFilterGroup.h:13
static MCAPI void ** $vftable()
MCAPI ::std::shared_ptr<::FilterGroup > $_createSubgroup(::FilterGroup::CollectionType type) const
MCAPI void finalizeParsedValue(::IWorldRegistriesProvider &registries)
MCAPI void $dtor()
Definition IWorldRegistriesProvider.h:25