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 MCNAPI void setItem(::ItemDescriptor const& itemDescriptor);
41
42 MCNAPI void setSpawnEntity(::std::string const& name);
43
44 MCNAPI void setSpawnEvent(::std::string const& name);
45
46 MCNAPI void setSpawnSound(::std::string const& name);
47
48 MCNAPI void setSpawnTimeMax(int const& value);
49
50 MCNAPI void setSpawnTimeMin(int const& value);
51
53 // NOLINTEND
54
55public:
56 // constructor thunks
57 // NOLINTBEGIN
58 MCNAPI void* $ctor();
59
60 MCNAPI void* $ctor(::SpawnActorParameters const&);
61
63 // NOLINTEND
64
65public:
66 // destructor thunk
67 // NOLINTBEGIN
68 MCNAPI void $dtor();
69 // NOLINTEND
70};
Definition ItemDescriptor.h:22
Definition SpawnActorParameters.h:10
MCAPI SpawnActorParameters(::SpawnActorParameters &&)
MCAPI void setSpawnEvent(::std::string const &name)
MCAPI void setSpawnTimeMax(int const &value)
MCAPI ~SpawnActorParameters()
MCAPI void * $ctor(::SpawnActorParameters &&)
MCAPI void $dtor()
MCAPI SpawnActorParameters()
MCAPI void setSpawnTimeMin(int const &value)
MCAPI void setSpawnEntity(::std::string const &name)
MCAPI SpawnActorParameters(::SpawnActorParameters const &)
MCAPI void * $ctor()
MCAPI void * $ctor(::SpawnActorParameters const &)
MCAPI void setSpawnSound(::std::string const &name)
MCAPI void setItem(::ItemDescriptor const &itemDescriptor)
Definition Alias.h:14