Nodes ===== The ``Nodes`` object provides methods to get and manipulate nodes in the game world. When you retrieve a node, it is returned as a :class:`~miney.node.Node` object, which contains its position, name, and other properties. .. autoclass:: miney.Nodes :members: .. toctree:: :maxdepth: 1 node