LeviLamina
Loading...
Searching...
No Matches
InteractDefaults.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class GameEvent;
8// clang-format on
9
10namespace InteractDefaults {
11// static variables
12// NOLINTBEGIN
13MCNAPI int const& ADJUST_HEALTH_AMOUNT();
14
15MCNAPI bool const& ADMIRE();
16
17MCNAPI bool const& BARTER();
18
19MCNAPI bool const& GIVE_ITEM();
20
21MCNAPI int const& HURT_ITEM();
22
23MCNAPI bool const& TAKE_ITEM();
24
25MCNAPI bool const& USE_ITEM();
26
27MCNAPI ::GameEvent const&& VIBRATION();
28// NOLINTEND
29
30} // namespace InteractDefaults
Definition GameEvent.h:8