LeviLamina
Loading...
Searching...
No Matches
ScriptEntitySpawnType.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
8// auto generated forward declare list
9// clang-format off
10class BoundingBox;
11class Vec3;
12namespace ScriptModuleMinecraft { class ScriptBlock; }
13namespace Scripting { struct ClassBinding; }
14// clang-format on
15
16namespace ScriptModuleMinecraft {
17
19public:
20 // member variables
21 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCNAPI ::BoundingBox _getSpawnAABB(::Vec3 const& position) const;
34
35 MCNAPI bool
37
38 MCNAPI ::ScriptModuleMinecraft::ScriptEntitySpawnType&
40
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCNAPI static ::Scripting::ClassBinding bind();
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace ScriptModuleMinecraft
Definition BoundingBox.h:13
Definition ScriptEntitySpawnType.h:18
MCAPI bool _isBlockDangerous(::Scripting::StrongTypedObjectHandle<::ScriptModuleMinecraft::ScriptBlock > const &block) const
MCAPI::BoundingBox _getSpawnAABB(::Vec3 const &position) const
MCAPI::ScriptModuleMinecraft::ScriptEntitySpawnType & operator=(::ScriptModuleMinecraft::ScriptEntitySpawnType const &)
static MCAPI ::Scripting::ClassBinding bind()
Definition StrongTypedObjectHandle.h:8
Definition Vec3.h:10
Definition Alias.h:14