LeviLamina
Loading...
Searching...
No Matches
GameTestClearTask.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BoundingBox;
8class Dimension;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 GameTestClearTask& operator=(GameTestClearTask const&);
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCNAPI GameTestClearTask(::Dimension& dimension, ::BoundingBox const& bounds);
32
33 MCNAPI void tick();
34 // NOLINTEND
35
36public:
37 // constructor thunks
38 // NOLINTBEGIN
39 MCNAPI void* $ctor(::Dimension& dimension, ::BoundingBox const& bounds);
40 // NOLINTEND
41};
Definition BoundingBox.h:13
Definition Dimension.h:83
Definition GameTestClearTask.h:11
MCAPI void tick()
MCAPI void * $ctor(::Dimension &dimension, ::BoundingBox const &bounds)
MCAPI GameTestClearTask(::Dimension &dimension, ::BoundingBox const &bounds)
Definition Alias.h:14