LeviLamina
Loading...
Searching...
No Matches
WorldTemplateCollection.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/function_ref.h"
7
8// auto generated forward declare list
9// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
32
33 MCNAPI void erase(uint64 index);
34
35 MCNAPI ::WorldTemplateCollection& operator=(::WorldTemplateCollection&&);
36
37 MCNAPI void push_back(::WorldTemplateData&& data, ::WorldTemplateMutableInfo&& mutableInfo);
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
44 // NOLINTEND
45};
Definition WorldTemplateCollection.h:15
MCAPI void * $ctor()
MCAPI void push_back(::WorldTemplateData &&data, ::WorldTemplateMutableInfo &&mutableInfo)
MCAPI::WorldTemplateCollection & operator=(::WorldTemplateCollection &&)
MCAPI void erase(uint64 index)
Definition WorldTemplateData.h:5
Definition WorldTemplateInfo.h:15
Definition WorldTemplateMutableInfo.h:5
Definition Alias.h:14