LeviLamina
Loading...
Searching...
No Matches
ListenerInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
class
Block
;
9
class
BlockPos
;
10
class
Vec3
;
11
// clang-format on
12
13
class
ListenerInfo
{
14
public
:
15
// member variables
16
// NOLINTBEGIN
17
::ll::TypedStorage<8, 64, ::std::function<void(
::BlockPos
const
&, uint,
::Block
const
&,
::Actor
*)>> mCallback;
18
::ll::TypedStorage<4, 12, ::Vec3> mPosition;
19
::ll::TypedStorage<4, 4, float> mRadiusSqr;
20
// NOLINTEND
21
22
public
:
23
// static variables
24
// NOLINTBEGIN
25
MCAPI
static
float
const
& SQRT_FLT_MAX();
26
// NOLINTEND
27
};
Actor
Definition
Actor.h:104
BlockPos
Definition
BlockPos.h:18
Block
Definition
Block.h:36
ListenerInfo
Definition
ListenerInfo.h:13
Vec3
Definition
Vec3.h:10
src
mc
world
events
ListenerInfo.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0