LeviLamina
Loading...
Searching...
No Matches
ActorMapping.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/ActorTypeNamespaceRules.h"
7
9public:
10 // member variables
11 // NOLINTBEGIN
16 // NOLINTEND
17
18public:
19 // prevent constructor by default
20 ActorMapping& operator=(ActorMapping const&);
23
24public:
25 // member functions
26 // NOLINTBEGIN
27 MCAPI ActorMapping(::std::string const& primary, ::std::string const& alt);
28
29 MCAPI ActorMapping(::std::string const& space, ::std::string const& primary, ::std::string const& alt);
30
31 MCAPI ::std::string getMappingName(::ActorTypeNamespaceRules namespaceRule) const;
32
33 MCAPI ~ActorMapping();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCAPI void* $ctor(::std::string const& primary, ::std::string const& alt);
40
41 MCAPI void* $ctor(::std::string const& space, ::std::string const& primary, ::std::string const& alt);
42 // NOLINTEND
43
44public:
45 // destructor thunk
46 // NOLINTBEGIN
47 MCAPI void $dtor();
48 // NOLINTEND
49};
Definition ActorMapping.h:8
Definition Alias.h:14