LeviLamina
Loading...
Searching...
No Matches
ScriptBiomeType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
7#include "mc/deps/scripting/lifetime_registry/WeakLifetimeScope.h"
8
9// auto generated forward declare list
10// clang-format off
11class Biome;
12namespace Scripting { struct ClassBinding; }
13// clang-format on
14
15namespace ScriptModuleMinecraft {
16
18public:
19 // ScriptBiomeType inner types declare
20 // clang-format off
21 struct Key;
22 // clang-format on
23
24 // ScriptBiomeType inner types define
25 struct Key {
26 public:
27 // member variables
28 // NOLINTBEGIN
29 ::ll::TypedStorage<8, 8, ::Biome const*> mBiomePtr;
30 // NOLINTEND
31 };
32
33public:
34 // member variables
35 // NOLINTBEGIN
36 ::ll::TypedStorage<8, 16, ::Scripting::WeakLifetimeScope> mScope;
37 ::ll::TypedStorage<8, 8, ::Biome const*> mBiome;
38 // NOLINTEND
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI ::std::string getId() const;
44 // NOLINTEND
45
46public:
47 // static functions
48 // NOLINTBEGIN
49 MCAPI static ::Scripting::ClassBinding bind();
50
51 MCAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBiomeType>
52 getOrCreateHandle(::Biome const& biome, ::Scripting::WeakLifetimeScope const& scope);
53 // NOLINTEND
54};
55
56} // namespace ScriptModuleMinecraft
Definition Biome.h:23
Definition ScriptBiomeType.h:17
Definition WeakLifetimeScope.h:7
Definition ScriptBiomeType.h:25
Definition ClassBinding.h:19