LeviLamina
Loading...
Searching...
No Matches
RequestActionLoader.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/chunk/IRequestAction.h"
7
8// auto generated forward declare list
9// clang-format off
10class CompoundTag;
12class IRequestAction;
13// clang-format on
14
16public:
17 // static functions
18 // NOLINTBEGIN
19 MCAPI static bool isValidTag(::IRequestAction::RequestActionType actionType, ::CompoundTag const& tag);
20
21 MCAPI static ::std::unique_ptr<::IRequestAction> load(
22 ::IRequestAction::RequestActionType actionType,
23 ::CompoundTag const& tag,
25 ::std::string const& dimensionPrefix
26 );
27 // NOLINTEND
28};
Definition CompoundTag.h:13
Definition ICommandOriginLoader.h:11
Definition IRequestAction.h:12
Definition RequestActionLoader.h:15