|
enum class | Type : uchar {
Boolean = 0
, Number = 1
, String = 2
, Object = 3
,
Array = 4
, Vec3 = 5
, ExpressionNode = 6
, IntRange = 7
,
ItemDescriptor = 8
, DefinitionTrigger = 9
, IdentifierString = 10
, Color255rgb = 11
,
CraftingTags = 12
, Brightness = 13
} |
|
|
Member & | operator= (Member const &) |
|
| Member (Member const &) |
|
MCAPI bool | check (::rapidjson::GenericValue< ::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator > > const &value) const |
|
MCAPI bool | doCheck (::rapidjson::GenericValue< ::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator > > const &value) const |
|
MCAPI | ~Member () |
|
MCAPI void | $dtor () |
|
◆ ~Member()
MCAPI CerealHelpers::Member::~Member |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ check()
MCAPI bool CerealHelpers::Member::check |
( |
::rapidjson::GenericValue< ::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator > > const & | value | ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ doCheck()
MCAPI bool CerealHelpers::Member::doCheck |
( |
::rapidjson::GenericValue< ::rapidjson::UTF8< char >, ::rapidjson::MemoryPoolAllocator<::rapidjson::CrtAllocator > > const & | value | ) |
const |
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
◆ $dtor()
MCAPI void CerealHelpers::Member::$dtor |
( |
| ) |
|
- Attention
- This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.
The documentation for this struct was generated from the following file: