|
|
| ExpressionNode (std::string const &expression, ::MolangVersion molangVersion, ::gsl::span<::HashedString const > querySetID) |
|
MCAPI | ExpressionNode (::ExpressionNode const &rhs) |
|
MCAPI | ExpressionNode (::Molang::details::SourceTree root) |
|
MCAPI | ExpressionNode (float value) |
|
MCAPI | ExpressionNode (::std::string_view expression, ::MolangParseConfig const &config) |
|
MCAPI | ExpressionNode (::std::string const &expression, ::MolangVersion molangVersion) |
|
MCAPI | ExpressionNode (::Json::Value const &value, ::MolangParseConfig const &config) |
|
MCAPI | ExpressionNode (::MolangScriptArg const &value, ::ExpressionOp op) |
|
MCAPI ::std::optional<::MolangScriptArg > | _getValueIfConstant () const |
|
MCAPI void | clear () |
|
MCAPI::MolangScriptArg const & | evalGeneric (::RenderParams &renderParams) const |
|
MCAPI::std::string | getExpressionString () const |
|
MCAPI::MolangVersion const | getMolangVersion () const |
|
MCAPI::ExpressionOp | getOp () const |
|
MCAPI bool | isInitialized () const |
|
MCAPI bool | isValid () const |
|
MCAPI::MolangCompileResult | link () |
|
MCAPI::ExpressionNode & | operator= (::ExpressionNode const &rhs) |
|
MCAPI::ExpressionNode & | operator= (float value) |
|
MCAPI bool | parse (::std::string_view expression, ::MolangParseConfig const &config) |
|
MCAPI bool | parse (::std::string_view expression, ::MolangVersion version, ::gsl::span<::HashedString const > idSet) |
|
MCFOLD void * | $ctor () |
|
MCAPI void * | $ctor (::ExpressionNode const &rhs) |
|
MCAPI void * | $ctor (::Molang::details::SourceTree root) |
|
MCAPI void * | $ctor (float value) |
|
MCAPI void * | $ctor (::std::string_view expression, ::MolangParseConfig const &config) |
|
MCAPI void * | $ctor (::std::string const &expression, ::MolangVersion molangVersion) |
|
MCAPI void * | $ctor (::Json::Value const &value, ::MolangParseConfig const &config) |
|
MCAPI void * | $ctor (::MolangScriptArg const &value, ::ExpressionOp op) |
|
|
static MCAPI bool | _initializeMolangQueries (::ExpressionQueries &&queries) |
|
static MCAPI void | assertMolangInitialized () |
|
static MCAPI void | bindType (::cereal::ReflectionCtx &ctx) |
|
static MCAPI ::Experiments & | getExperiments () |
|
static MCAPI void | initializeMolang (::ExpressionQueries &&queries) |
|
static MCAPI ::std::function< ::MolangScriptArg const &(::RenderParams &, ::std::vector<::ExpressionNode > const &)> const * | queryFunctionAccessorFromString (::HashedString const &functionName, ::MolangVersion molangVersion, ::MolangQueryFunctionReturnType &functionReturnType, bool missingIsOkay_returnNullIfSo) |
|
static MCAPI ::MolangQueryFunction & | registerQueryFunction (::std::string_view queryFunctionName, ::std::function<::MolangScriptArg const &(::RenderParams &, ::std::vector<::ExpressionNode > const &)> accessor, ::std::string_view documentation, ::MolangQueryFunctionReturnType returnType, ::HashedString querySetIdentifier, uint64 minArgumentCount, uint64 maxArgumentCount, ::std::initializer_list< int > const &experiments) |
|
static MCAPI void | setExperiments (::Experiments const &experiments) |
|
static MCAPI void | unregisterQueryFunction (::std::string const &queryFunctionName, ::HashedString querySetIdentifier) |
|
static MCAPI ::std::function<::MolangScriptArg const &(::RenderParams &, ::std::vector<::ExpressionNode > const &)> & | _defaultUnknownQueryFunction () |
|
static MCAPI ::std::function<::mce::Color(::Block const &, ::BlockSource &, ::BlockPos const &)> & | mGetParticleTintFunc () |
|
static MCAPI ::std::unordered_multimap<::HashedString, ::MolangQueryFunction > & | mQueryFunctionAccessors () |
|
static MCAPI ::std::unordered_map<::HashedString, ::std::unordered_set<::HashedString > > & | mQuerySets () |