Difference between revisions of "List of entity names"

From Minetest Wiki
Jump to navigation Jump to search
(link to unknown object)
(Re-order)
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]].
 
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]].
  
== [[Subgames/Minetest Game|Minetest Game]] ==
+
== Core entities ==
* <code>boats:boat</code>: [[Boat]]
+
These are the core entities of Minetest and they are always available. However, they do not work with <code>/spawnentity</code>.
* <code>carts:cart</code>: [[Cart]]
 
 
 
== Internally used entities ==
 
These entity names are internally used by Minetest; they do not work with <code>/spawnentity</code>
 
  
 
* <code>__builtin:item</code>: Dropped [[item stack]]
 
* <code>__builtin:item</code>: Dropped [[item stack]]
 
* <code>__builtin:falling_node</code>: Falling block, while it is falling
 
* <code>__builtin:falling_node</code>: Falling block, while it is falling
 +
  
 
See also [[Unknown Object]] for an object with missing object definition.
 
See also [[Unknown Object]] for an object with missing object definition.
 +
 +
== [[Subgames/Minetest Game|Minetest Game]] ==
 +
* <code>boats:boat</code>: [[Boat]]
 +
* <code>carts:cart</code>: [[Cart]]

Revision as of 20:23, 24 January 2018

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

Core entities

These are the core entities of Minetest and they are always available. However, they do not work with /spawnentity.

  • __builtin:item: Dropped item stack
  • __builtin:falling_node: Falling block, while it is falling


See also Unknown Object for an object with missing object definition.

Minetest Game