LeviLamina
Loading...
Searching...
No Matches
ExplosionStartedEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/game_refs/WeakRef.h"
7
#include "mc/world/level/BlockPos.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Dimension
;
12
class
EntityContext
;
13
// clang-format on
14
15
struct
ExplosionStartedEvent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 64, ::std::unordered_set<::BlockPos>> mBlocks;
20
::ll::TypedStorage<8, 8, ::Dimension&> mDimension;
21
::ll::TypedStorage<8, 24, ::WeakRef<::EntityContext>> mSource;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ExplosionStartedEvent
& operator=(
ExplosionStartedEvent
const
&);
27
ExplosionStartedEvent
();
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCNAPI
ExplosionStartedEvent
(
::ExplosionStartedEvent
const
&);
33
34
MCNAPI
~ExplosionStartedEvent
();
35
// NOLINTEND
36
37
public
:
38
// constructor thunks
39
// NOLINTBEGIN
40
MCNAPI
void
*
$ctor
(
::ExplosionStartedEvent
const
&);
41
// NOLINTEND
42
43
public
:
44
// destructor thunk
45
// NOLINTBEGIN
46
MCNAPI
void
$dtor
();
47
// NOLINTEND
48
};
Dimension
Definition
Dimension.h:83
EntityContext
Definition
EntityContext.h:16
ExplosionStartedEvent
Definition
ExplosionStartedEvent.h:15
ExplosionStartedEvent::$ctor
MCAPI void * $ctor(::ExplosionStartedEvent const &)
ExplosionStartedEvent::$dtor
MCAPI void $dtor()
ExplosionStartedEvent::~ExplosionStartedEvent
MCAPI ~ExplosionStartedEvent()
ExplosionStartedEvent::ExplosionStartedEvent
MCAPI ExplosionStartedEvent(::ExplosionStartedEvent const &)
src
mc
world
events
ExplosionStartedEvent.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0