LeviLamina
Loading...
Searching...
No Matches
HasPropertyFilter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/string/HashedString.h"
7#include "mc/server/commands/CommandRationalRange.h"
8
10public:
11 // HasPropertyFilter inner types define
12 using ValueVariant = ::std::variant<::CommandRationalRange, bool, ::std::string>;
13
14 using OptionalValueVariant = ::std::optional<::std::variant<::CommandRationalRange, bool, ::std::string>>;
15
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 48, ::HashedString> mPropertyName;
20 ::ll::TypedStorage<1, 1, bool> mInverted;
21 ::ll::TypedStorage<8, 48, ::std::optional<::std::variant<::CommandRationalRange, bool, ::std::string>>> mValue;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
28
29public:
30 // member functions
31 // NOLINTBEGIN
33
34 MCAPI ::HasPropertyFilter& operator=(::HasPropertyFilter const&);
35
36 MCAPI ~HasPropertyFilter();
37 // NOLINTEND
38
39public:
40 // constructor thunks
41 // NOLINTBEGIN
42 MCAPI void* $ctor(::HasPropertyFilter&&);
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition HasPropertyFilter.h:9