LeviLamina
Loading...
Searching...
No Matches
EntityGoalFactory.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class HashedString;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 EntityGoalFactory& operator=(EntityGoalFactory const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCNAPI ::IJsonDefinitionSerializer* tryGetDefinitionSerializer(::std::string const& name);
28
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCNAPI void $dtor();
36 // NOLINTEND
37};
Definition EntityGoalFactory.h:11
MCAPI void $dtor()
MCAPI::IJsonDefinitionSerializer * tryGetDefinitionSerializer(::std::string const &name)
MCAPI ~EntityGoalFactory()
Definition HashedString.h:5
Definition IJsonDefinitionSerializer.h:16
Definition Alias.h:14