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
10
class
Actor
;
11
class
Block
;
12
class
BlockPos
;
13
// clang-format on
14
15
class
ListenerInfo
{
16
public
:
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
24
public
:
25
// static variables
26
// NOLINTBEGIN
27
MCNAPI
static
float
const
&
SQRT_FLT_MAX
();
28
// NOLINTEND
29
};
Actor
Definition
Actor.h:103
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:38
ListenerInfo
Definition
ListenerInfo.h:15
ListenerInfo::SQRT_FLT_MAX
static MCAPI float const & SQRT_FLT_MAX()
src
mc
world
events
ListenerInfo.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0