3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/block/TintMethod.h"
13namespace TintMethodUtility {
16MCNAPI
void bindType(::cereal::ReflectionCtx& ctx);
18MCNAPI ::TintMethod fromString(::std::string
const& tintMethodString, ::TintMethod defaultValue);
20MCNAPI ::std::string toString(::TintMethod tintMethod, ::std::string
const& defaultValue);
Definition ReflectionCtx.h:11