LeviLamina
Loading...
Searching...
No Matches
SpawnActorParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
30
31public:
32 // member functions
33 // NOLINTBEGIN
35
37
39
40 MCAPI void setItem(::ItemDescriptor const& itemDescriptor);
41
42 MCAPI void setSpawnEntity(::std::string const& name);
43
44 MCAPI void setSpawnEvent(::std::string const& name);
45
46 MCAPI void setSpawnSound(::std::string const& name);
47
48 MCAPI void setSpawnTimeMax(int const& value);
49
50 MCAPI void setSpawnTimeMin(int const& value);
51
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCAPI void* $ctor();
59
60 MCAPI void* $ctor(::SpawnActorParameters const&);
61
62 MCAPI void* $ctor(::SpawnActorParameters&&);
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCAPI void $dtor();
69 // NOLINTEND
70};
Definition ItemDescriptor.h:22
Definition SpawnActorParameters.h:10
Definition Alias.h:14