|
|
using | PropertyVariant = ::std::variant<double, float, bool, ::std::string, ::Vec3> |
|
|
DynamicProperties & | operator= (DynamicProperties const &) |
|
| DynamicProperties (DynamicProperties const &) |
|
MCAPI | DynamicProperties (::DynamicProperties &&) |
|
MCAPI::DynamicProperties::PropertyCollection const * | _getPropertyCollection (::std::string const &) const |
|
MCFOLD::DynamicProperties::PropertyCollection * | _getPropertyCollection (::std::string const &collectionName) |
|
MCAPI void | deserialize (::CompoundTag const &root, ::cereal::ReflectionCtx const &ctx) |
|
MCAPI bool | removeDynamicProperty (::std::string const &key, ::std::string const &collectionName) |
|
MCAPI ::std::unique_ptr<::CompoundTag > | serialize (::cereal::ReflectionCtx const &ctx) const |
|
MCAPI void | setDynamicProperty (::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > const &value, ::std::string const &collectionName) |
|
MCAPI void | updateCollectionName (::std::string const &from, ::std::string const &to) |
|
MCAPI void * | $ctor (::DynamicProperties &&) |
|
MCAPI void | $dtor () |
|
|
static MCAPI ::std::optional<::Scripting::ArgumentOutOfBoundsError > | validateDynamicProperty (::std::string const &key, ::std::variant< double, float, bool, ::std::string, ::Vec3 > const *value) |
|
static MCAPI ::std::string const & | STORAGE_TAG () |
The documentation for this class was generated from the following file: