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
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
31
32public:
33 // virtual functions
34 // NOLINTBEGIN
35 // vIndex: 0
36 virtual ~ListBlockVolumeIterator() /*override*/ = default;
37
38 // vIndex: 3
39 virtual ::BaseBlockLocationIterator& operator++() /*override*/;
40
41 // vIndex: 4
42 virtual bool isValid() const /*override*/;
43
44 // vIndex: 5
45 virtual void _begin() /*override*/;
46
47 // vIndex: 6
48 virtual void _end() /*override*/;
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI bool $isValid() const;
55
56 MCAPI void $_begin();
57
58 MCAPI void $_end();
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCNAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BaseBlockLocationIterator.h:8
Definition ListBlockVolumeIterator.h:14
static MCAPI void ** $vftable()
Definition ListBlockVolume.h:17