LeviLamina
Loading...
Searching...
No Matches
VibrationInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/world/level/BlockPos.h"
8
9// auto generated forward declare list
10// clang-format off
11class CompoundTag;
12class DataLoadHelper;
13class GameEvent;
14struct GameEventContext;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<4, 4, float> mDistance;
22 ::ll::TypedStorage<4, 12, ::BlockPos> mPos;
23 ::ll::TypedStorage<8, 16, ::std::optional<::ActorUniqueID>> mSourceID;
24 ::ll::TypedStorage<8, 16, ::std::optional<::ActorUniqueID>> mProjectileOwnerID;
25 ::ll::TypedStorage<8, 8, ::std::reference_wrapper<::GameEvent const>> mVibration;
26 // NOLINTEND
27
28public:
29 // prevent constructor by default
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI VibrationInfo(::GameEvent const& gameEvent, ::GameEventContext const& gameEventContext, float distance);
36
37 MCAPI void load(::CompoundTag const& tag, ::DataLoadHelper& dataLoadHelper);
38
39 MCAPI void save(::CompoundTag& tag) const;
40 // NOLINTEND
41
42public:
43 // constructor thunks
44 // NOLINTBEGIN
45 MCAPI void* $ctor(::GameEvent const& gameEvent, ::GameEventContext const& gameEventContext, float distance);
46 // NOLINTEND
47};
Definition CompoundTag.h:13
Definition DataLoadHelper.h:20
Definition GameEvent.h:8
Definition VibrationInfo.h:17
Definition GameEventContext.h:14