Difference between revisions of "List of entity names"

From Minetest Wiki
Jump to navigation Jump to search
(→‎Internally used entities: wikilink for itemstack)
(c)
(8 intermediate revisions by 2 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]].
  
== [[Subgames/Minetest Game|Minetest Game]] ==
+
== Built-in entities ==
 +
* <code>__builtin:item</code>: [[Item stack#In the world|Dropped item stack]]
 +
* <code>__builtin:falling_node</code>: [[Falling Block|Falling block]]
 +
 
 +
Note: These entities can not be correctly spawned with <code>/spawnentity</code>.
 +
 
 +
== [[Games/Minetest Game|Minetest Game]] ==
 
* <code>boats:boat</code>: [[Boat]]
 
* <code>boats:boat</code>: [[Boat]]
 
* <code>carts:cart</code>: [[Cart]]
 
* <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:falling_node</code>: Falling block, while it is falling
 

Revision as of 01:05, 9 April 2021

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

Note: These entities can not be correctly spawned with /spawnentity.

Minetest Game