|
| enum class | DataType : uchar {
BlockPosition = 0
, Boolean = 1
, Float = 2
, Int = 3
,
String = 4
, Vector3 = 5
, VoidPointer = 6
} |
|
using | DataProxy = ::BehaviorData::DataProxy |
|
|
MCAPI void | copyData (::std::string const &from, ::std::string const &to, ::BehaviorData &other) |
|
MCAPI bool | hasData (::std::string const &strId) const |
|
MCAPI bool | hasDataOfType (::std::string const &strId, ::BehaviorData::DataType type) const |
|
MCAPI void | $dtor () |
The documentation for this class was generated from the following file: