LeviLamina
Loading...
Searching...
No Matches
TrialSpawnerConfig.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class CompoundTag;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31
33
34 MCNAPI ::std::unique_ptr<::CompoundTag> asInlineConfig() const;
35
36 MCNAPI void loadConfig(::CompoundTag const* data);
37
38 MCNAPI ::TrialSpawnerConfig& operator=(::TrialSpawnerConfig const&);
39
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor();
47
48 MCNAPI void* $ctor(::TrialSpawnerConfig const&);
49 // NOLINTEND
50
51public:
52 // destructor thunk
53 // NOLINTBEGIN
54 MCNAPI void $dtor();
55 // NOLINTEND
56};
Definition CompoundTag.h:13
Definition TrialSpawnerConfig.h:10
MCAPI ~TrialSpawnerConfig()
MCAPI void loadConfig(::CompoundTag const *data)
MCAPI ::std::unique_ptr<::CompoundTag > asInlineConfig() const
MCAPI::TrialSpawnerConfig & operator=(::TrialSpawnerConfig const &)
MCAPI void $dtor()
MCAPI void * $ctor(::TrialSpawnerConfig const &)
MCAPI TrialSpawnerConfig(::TrialSpawnerConfig const &)
MCAPI TrialSpawnerConfig()
MCAPI void * $ctor()
Definition Alias.h:14