Difference between revisions of "Objects"
Jump to navigation
Jump to search
ROllerozxa (talk | contribs) |
|||
Line 1: | Line 1: | ||
{{Languages|nocat=1}} | {{Languages|nocat=1}} | ||
− | '''Objects''' are things in Minetest which are able to move in the world freely. They do not have to fit into a grid like [[ | + | '''Objects''' (or '''entities''') are things in Minetest which are able to move in the world freely. They do not have to fit into a grid like [[nodes]], anything that exists in the world that is not in the node grid (e.g. players, mobs, vehicles) are implemented as objects. |
− | Each object behaves differently. Some objects do collide with | + | Each object behaves differently. Some objects do collide with nodes and/or other objects, while some don't. Objects may have health and can be attacked and destroyed by inflicting damage on them. |
− | === | + | === Engine provided objects === |
{| class="wikitable" | {| class="wikitable" | ||
|[[File:Falling Node.png|32px]] | |[[File:Falling Node.png|32px]] |
Revision as of 14:10, 29 January 2023
Language: | English • Deutsch • 日本語 • Bahasa Melayu |
---|
Objects (or entities) are things in Minetest which are able to move in the world freely. They do not have to fit into a grid like nodes, anything that exists in the world that is not in the node grid (e.g. players, mobs, vehicles) are implemented as objects.
Each object behaves differently. Some objects do collide with nodes and/or other objects, while some don't. Objects may have health and can be attacked and destroyed by inflicting damage on them.
Engine provided objects
Falling Block | Item stack | Unknown Object |