LeviLamina
Loading...
Searching...
No Matches
CreatureSpawnProbabilityBiomeJsonComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/IBiomeJsonComponent.h"
7
8namespace SharedTypes::v1_20_60 {
9
11public:
12 // member variables
13 // NOLINTBEGIN
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 0
27 virtual ~CreatureSpawnProbabilityBiomeJsonComponent() /*override*/ = default;
28 // NOLINTEND
29
30public:
31 // static variables
32 // NOLINTBEGIN
33 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_HELP();
34
35 MCAPI static ::std::add_lvalue_reference_t<char const[]> SCHEMA_NAME();
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCAPI static void** $vftable();
48 // NOLINTEND
49};
50
51} // namespace SharedTypes::v1_20_60
Definition CreatureSpawnProbabilityBiomeJsonComponent.h:10
Definition IBiomeJsonComponent.h:7
Definition Alias.h:14