LeviLamina
Loading...
Searching...
No Matches
TintMethodUtility.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/level/block/TintMethod.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace TintMethodUtility {
14// functions
15// NOLINTBEGIN
16MCNAPI void bindType(::cereal::ReflectionCtx& ctx);
17
18MCNAPI ::TintMethod fromString(::std::string const& tintMethodString, ::TintMethod defaultValue);
19// NOLINTEND
20
21} // namespace TintMethodUtility
Definition ReflectionCtx.h:11
Definition ctx.h:5