LeviLamina
Loading...
Searching...
No Matches
ContinuousBuildIntent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/server/sim/ExecutionResult.h"
7
8// auto generated forward declare list
9// clang-format off
10class BlockSource;
11class SimulatedPlayer;
12// clang-format on
13
14namespace sim {
15
17public:
18 // member functions
19 // NOLINTBEGIN
20 MCAPI ::sim::ExecutionResult execute(::SimulatedPlayer& player, ::BlockSource& region);
21 // NOLINTEND
22};
23
24} // namespace sim
Definition BlockSource.h:73
Definition SimulatedPlayer.h:50
Definition ContinuousBuildIntent.h:16