Difference between revisions of "List of entity names"

From Minetest Wiki
Jump to navigation Jump to search
(Re-order)
(→‎Built-in entities: Some sentence rearrangement)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This is a list of entity names (unique identifiers for entities). The entity name is required as parameter for the <code>/spawnentity</code> [[Server commands|command]].
+
{{Languages}}
 +
This is a list of entity (or [[objects]]) names (unique identifiers for entities). The entity name is required as parameter for the <code>/spawnentity</code> [[Server commands|command]].
  
== Core entities ==
+
== Built-in entities ==
These are the core entities of Minetest and they are always available. However, they do not work with <code>/spawnentity</code>.
+
These entities are used by the Minetest engine to process game-default behaviour and cannot be spawned correctly with <code>/spawnentity</code>.
  
* <code>__builtin:item</code>: Dropped [[item stack]]
+
* <code>__builtin:item</code>: [[Item stack#In the world|Dropped item stack]]
* <code>__builtin:falling_node</code>: Falling block, while it is falling
+
* <code>__builtin:falling_node</code>: [[Falling Block|Falling block]]
  
 
+
== [[Games/Minetest Game|Minetest Game]] ==
See also [[Unknown Object]] for an object with missing object definition.
 
 
 
== [[Subgames/Minetest Game|Minetest Game]] ==
 
 
* <code>boats:boat</code>: [[Boat]]
 
* <code>boats:boat</code>: [[Boat]]
 
* <code>carts:cart</code>: [[Cart]]
 
* <code>carts:cart</code>: [[Cart]]

Latest revision as of 18:10, 9 August 2023

Languages Language: English • Bahasa Melayu

This is a list of entity (or objects) names (unique identifiers for entities). The entity name is required as parameter for the /spawnentity command.

Built-in entities

These entities are used by the Minetest engine to process game-default behaviour and cannot be spawned correctly with /spawnentity.

Minetest Game