LeviLamina
Loading...
Searching...
No Matches
ListenerInfo.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
8// auto generated forward declare list
9// clang-format off
10class Actor;
11class Block;
12class BlockPos;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 64, ::std::function<void(::BlockPos const&, uint, ::Block const&, ::Actor*)>> mCallback;
20 ::ll::TypedStorage<4, 12, ::Vec3> mPosition;
21 ::ll::TypedStorage<4, 4, float> mRadiusSqr;
22 // NOLINTEND
23
24public:
25 // static variables
26 // NOLINTBEGIN
27 MCNAPI static float const& SQRT_FLT_MAX();
28 // NOLINTEND
29};
Definition Actor.h:103
Definition BlockPos.h:18
Definition Block.h:38
Definition ListenerInfo.h:15
static MCAPI float const & SQRT_FLT_MAX()