LeviLamina
Loading...
Searching...
No Matches
IActorDimensionTransferProxy.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
CompoundTag
;
9
class
Dimension
;
10
class
Vec3
;
11
// clang-format on
12
13
class
IActorDimensionTransferProxy
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
// vIndex: 0
18
virtual
~IActorDimensionTransferProxy
() =
default
;
19
20
// vIndex: 1
21
virtual
void
transferTickingArea(
::Actor
&,
::Dimension
&)
const
= 0;
22
23
// vIndex: 2
24
virtual
void
removeActorFromLevelChunk(
::Actor
&)
const
= 0;
25
26
// vIndex: 3
27
virtual
void
28
transferActorToDimension(
::Actor
const
&,
::Dimension
&,
::Vec3
const
&, ::std::unique_ptr<::CompoundTag>)
const
= 0;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
};
Actor
Definition
Actor.h:104
CompoundTag
Definition
CompoundTag.h:13
Dimension
Definition
Dimension.h:83
IActorDimensionTransferProxy
Definition
IActorDimensionTransferProxy.h:13
Vec3
Definition
Vec3.h:10
src
mc
world
level
IActorDimensionTransferProxy.h
Generated on Sat Apr 26 2025 05:56:24 for LeviLamina by
1.12.0