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/binding_type/ClassBindingBuilder.h"
7#include "mc/deps/scripting/lifetime_registry/StrongTypedObjectHandle.h"
8
9// auto generated forward declare list
10// clang-format off
11class Biome;
12namespace Scripting { class WeakLifetimeScope; }
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
30 // NOLINTEND
31
32 public:
33 // prevent constructor by default
34 Key& operator=(Key const&);
35 Key(Key const&);
36 Key();
37 };
38
39public:
40 // member variables
41 // NOLINTBEGIN
44 // NOLINTEND
45
46public:
47 // prevent constructor by default
48 ScriptBiomeType& operator=(ScriptBiomeType const&);
51
52public:
53 // member functions
54 // NOLINTBEGIN
55 MCAPI ::std::string getId() const;
56 // NOLINTEND
57
58public:
59 // static functions
60 // NOLINTBEGIN
61 MCAPI static ::Scripting::ClassBindingBuilder<::ScriptModuleMinecraft::ScriptBiomeType> bind();
62
63 MCAPI static ::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBiomeType>
64 getOrCreateHandle(::Biome const& biome, ::Scripting::WeakLifetimeScope const& scope);
65 // NOLINTEND
66};
67
68} // namespace ScriptModuleMinecraft
Definition Biome.h:27
Definition ScriptBiomeType.h:17
Definition WeakLifetimeScope.h:12
Definition ScriptBiomeType.h:25
Definition Alias.h:14