LeviLamina
Loading...
Searching...
No Matches
ListBlockVolumeIterator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/BlockPos.h"
7#include "mc/world/level/block/BaseBlockLocationIterator.h"
8
9// auto generated forward declare list
10// clang-format off
11class ListBlockVolume;
12// clang-format on
13
14class ListBlockVolumeIterator : public ::BaseBlockLocationIterator {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 8, ::ListBlockVolume const&> mListBlockVolume;
19 ::ll::TypedStorage<8, 8, ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::BlockPos>>>>
20 mCurrentIterator;
21 ::ll::TypedStorage<8, 8, ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::BlockPos>>>>
22 mEndIterator;
23 ::ll::TypedStorage<8, 8, uint64> mChangeCount;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ListBlockVolumeIterator& operator=(ListBlockVolumeIterator const&);
29 ListBlockVolumeIterator(ListBlockVolumeIterator const&);
30 ListBlockVolumeIterator();
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 virtual ~ListBlockVolumeIterator() /*override*/ = default;
36
37 virtual ::BaseBlockLocationIterator& operator++() /*override*/;
38
39 virtual bool isValid() const /*override*/;
40
41 virtual void _begin() /*override*/;
42
43 virtual void _end() /*override*/;
44 // NOLINTEND
45
46public:
47 // member functions
48 // NOLINTBEGIN
49#ifdef LL_PLAT_S
50 MCAPI ListBlockVolumeIterator(
51 ::ListBlockVolume const& volume,
52 ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::BlockPos>>> const& currentIterator,
53 ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::BlockPos>>> const& endIterator,
54 bool begin
55 );
56#endif
57 // NOLINTEND
58
59public:
60 // constructor thunks
61 // NOLINTBEGIN
62#ifdef LL_PLAT_S
63 MCAPI void* $ctor(
64 ::ListBlockVolume const& volume,
65 ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::BlockPos>>> const& currentIterator,
66 ::std::_List_const_iterator<::std::_List_val<::std::_List_simple_types<::BlockPos>>> const& endIterator,
67 bool begin
68 );
69#endif
70 // NOLINTEND
71
72public:
73 // virtual function thunks
74 // NOLINTBEGIN
75 MCAPI bool $isValid() const;
76
77 MCAPI void $_begin();
78
79 MCFOLD void $_end();
80
81
82 // NOLINTEND
83
84public:
85 // vftables
86 // NOLINTBEGIN
87 MCAPI static void** $vftable();
88 // NOLINTEND
89};
static MCAPI void ** $vftable()
Definition ListBlockVolume.h:19