Difference between revisions of "List of entity names"
Jump to navigation
Jump to search
(Link to falling block) |
(shorten list) |
||
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 (or [[object]] names (unique identifiers for entities). The entity name is required as parameter for the <code>/spawnentity</code> [[Server commands|command]]. |
− | |||
− | |||
− | |||
+ | == Built-in entities == | ||
* <code>__builtin:item</code>: [[Item stack#In the world|Dropped item stack]] | * <code>__builtin:item</code>: [[Item stack#In the world|Dropped item stack]] | ||
* <code>__builtin:falling_node</code>: [[Falling Block|Falling block]] | * <code>__builtin:falling_node</code>: [[Falling Block|Falling block]] | ||
− | + | Note: These entities can not be correctly spawned with <code>/spawnentity</code>. | |
− | |||
== [[Subgames/Minetest Game|Minetest Game]] == | == [[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]] |
Revision as of 00:36, 31 January 2018
This is a list of entity (or object names (unique identifiers for entities). The entity name is required as parameter for the /spawnentity
command.
Built-in entities
__builtin:item
: Dropped item stack__builtin:falling_node
: Falling block
Note: These entities can not be correctly spawned with /spawnentity
.