3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/world/level/pathfinder/NodeType.h"
32 PathfinderNode& operator=(PathfinderNode
const&);
46 MCNAPI
bool equals(::PathfinderNode* o);
62 MCNAPI
void*
$ctor(::PathfinderNode
const& node);
MCAPI PathfinderNode(::PathfinderNode const &node)
MCAPI float distanceToSqr(::PathfinderNode *to) const
MCAPI float getCostMalus() const
MCAPI float distanceTo(::PathfinderNode *to) const
MCAPI void setCostMalus(float costMalus)
MCAPI::NodeType getType() const
MCAPI void setMoveMalus(float moveMalus)
MCAPI PathfinderNode(::BlockPos const &pos, ::NodeType type)
MCAPI bool equals(::PathfinderNode *o)
MCAPI void * $ctor(::PathfinderNode const &node)
MCAPI void * $ctor(::BlockPos const &pos, ::NodeType type)