LeviLamina
Loading...
Searching...
No Matches
TargetBlockHitEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec3.h"
7#include "mc/deps/ecs/WeakEntityRef.h"
8#include "mc/world/level/BlockPos.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::BlockSourceHandle> const> mBlockSourceHandle;
20 ::ll::TypedStorage<4, 12, ::BlockPos const> mTargetBlockPos;
21 ::ll::TypedStorage<4, 12, ::Vec3 const> mHitVector;
22 ::ll::TypedStorage<8, 24, ::WeakEntityRef const> mSource;
23 ::ll::TypedStorage<4, 4, int const> mPreviousRedstonePower;
24 ::ll::TypedStorage<4, 4, int const> mRedstonePower;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
31 // NOLINTEND
32
33public:
34 // destructor thunk
35 // NOLINTBEGIN
36 MCNAPI void $dtor();
37 // NOLINTEND
38};
Definition BlockSourceHandle.h:13
Definition TargetBlockHitEvent.h:15
MCAPI ~TargetBlockHitEvent()
MCAPI void $dtor()