LeviLamina
Loading...
Searching...
No Matches
BaseBlockLocationIterator.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 0
30 virtual ~BaseBlockLocationIterator() = default;
31
32 // vIndex: 1
33 virtual ::BaseBlockLocationIterator& operator++();
34
35 // vIndex: 2
36 virtual bool isValid() const = 0;
37
38 // vIndex: 3
39 virtual void _begin();
40
41 // vIndex: 4
42 virtual void _end();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI void $_begin();
55
56 MCFOLD void $_end();
57 // NOLINTEND
58};
Definition BaseBlockLocationIterator.h:10
Definition BlockPos.h:18
Definition Alias.h:14