LeviLamina
Loading...
Searching...
No Matches
ExplodeDefinition.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/json_utils/JsonSchemaObjectNode.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace JsonUtil { class EmptyClass; }
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
36 ExplodeDefinition& operator=(ExplodeDefinition const&);
39
40public:
41 // member functions
42 // NOLINTBEGIN
43 MCAPI void setParticleDefinitionByName(::std::string const& name);
44
45 MCAPI void setSoundDefinitionByName(::std::string const& name);
46 // NOLINTEND
47
48public:
49 // static functions
50 // NOLINTBEGIN
51 MCAPI static void
53 // NOLINTEND
54};
Definition ExplodeDefinition.h:13
Definition JsonSchemaObjectNode.h:8
Definition Alias.h:14