LeviLamina
Loading...
Searching...
No Matches
GameEventContext.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
Vec3
;
10
// clang-format on
11
12
struct
GameEventContext
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<4, 12, ::Vec3 const> mOriginPos;
17
::ll::TypedStorage<8, 8, ::Actor* const> mSource;
18
::ll::TypedStorage<8, 8, ::Block const* const> mAffectedBlock;
19
// NOLINTEND
20
};
Actor
Definition
Actor.h:104
Block
Definition
Block.h:36
Vec3
Definition
Vec3.h:10
GameEventContext
Definition
GameEventContext.h:12
src
mc
world
events
gameevents
GameEventContext.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0