LeviLamina
Loading...
Searching...
No Matches
BlockLeashableComponent.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/world/level/block/components/IBlockComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace BlockEvents { class BlockPlayerInteractEvent; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<4, 12, ::Vec3> mLeashKnotOffset;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI void onEvent(::BlockEvents::BlockPlayerInteractEvent& event) const;
25 // NOLINTEND
26};
Definition BlockPlayerInteractEvent.h:20
Definition BlockLeashableComponent.h:14
Definition IBlockComponent.h:5