3#include "mc/_HeaderOutputPredefine.h"
11namespace Bedrock::Safety {
class RedactableString; }
Definition ArmorTrim.h:14
MCAPI ArmorTrim(::ArmorTrim const &)
static MCAPI void setTrim(::ItemStackBase &instance, ::ArmorTrim trim)
static MCAPI ::std::string const & UPGRADE_DESCRIPTION_FORMAT()
static MCAPI ::std::string const & TAG_TRIM()
MCAPI void * $ctor(::ArmorTrim const &)
static MCAPI void appendUpgradeHoverText(::ItemStackBase const &stack, ::Level &level, ::Bedrock::Safety::RedactableString &hovertext)
MCAPI void load(::CompoundTag const &tag)
MCAPI ArmorTrim(::HashedString patternId, ::HashedString materialId)
MCAPI void * $ctor(::HashedString patternId, ::HashedString materialId)
static MCAPI ::std::string const & WRONG_VERSION_OR_ITEM_ERROR()
static MCAPI ::std::optional<::ArmorTrim > getTrim(::ItemStackBase const &instance)
static MCAPI ::std::string const & UPGRADE_DESCRIPTION()
static MCAPI ::std::string const & TAG_TRIM_PATTERN()
static MCAPI ::std::string const & TAG_TRIM_MATERIAL()
Definition RedactableString.h:10
Definition CompoundTag.h:13
Definition HashedString.h:5
Definition ItemStackBase.h:35