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 OptionalValueVariant = ::std::optional<::std::variant<::CommandRationalRange, bool, ::std::string>>;
13
14 using ValueVariant = ::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 // member functions
26 // NOLINTBEGIN
27 MCAPI ~HasPropertyFilter();
28 // NOLINTEND
29
30public:
31 // destructor thunk
32 // NOLINTBEGIN
33 MCAPI void $dtor();
34 // NOLINTEND
35};
Definition HasPropertyFilter.h:9