LeviLamina
Loading...
Searching...
No Matches
IBiomeEnvironmentAttributeGlue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Biome
;
8
// clang-format on
9
10
struct
IBiomeEnvironmentAttributeGlue
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual
~IBiomeEnvironmentAttributeGlue
() =
default
;
15
16
virtual
void
applyToBiome(
::Biome
&, ::std::string
const
&, ::entt::meta_any
const
&)
const
= 0;
17
// NOLINTEND
18
};
Biome
Definition
Biome.h:23
IBiomeEnvironmentAttributeGlue
Definition
IBiomeEnvironmentAttributeGlue.h:10
src
mc
world
level
biome
glue
IBiomeEnvironmentAttributeGlue.h
Generated on
for LeviLamina by
1.16.1