LeviLamina
Loading...
Searching...
No Matches
EndPortalShape.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class BlockSource;
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 EndPortalShape& operator=(EndPortalShape const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI EndPortalShape(::BlockSource& region, ::BlockPos pos);
35
36 MCAPI int getDistanceUntilEdge(::BlockPos const& pos, int direction, int facing);
37
38 MCAPI bool isValid(::BlockSource& region);
39
40 MCAPI ~EndPortalShape();
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCAPI void* $ctor(::BlockSource& region, ::BlockPos pos);
47 // NOLINTEND
48
49public:
50 // destructor thunk
51 // NOLINTBEGIN
52 MCAPI void $dtor();
53 // NOLINTEND
54};
Definition BlockPos.h:18
Definition BlockSource.h:67
Definition EndPortalShape.h:11
Definition Alias.h:14