Difference between revisions of "List of entity names"
Jump to navigation
Jump to search
m (Subgames have been renamed to “games”) |
(rename Minetest to Luanti) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | This is a list of entity (or [[ | + | 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]]. |
== Built-in entities == | == Built-in entities == | ||
+ | These entities are used by the Luanti engine to process game-default behaviour and cannot be spawned correctly with <code>/spawnentity</code>. | ||
+ | |||
* <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]] | ||
− | |||
− | |||
== [[Games/Minetest Game|Minetest Game]] == | == [[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]] |
Latest revision as of 22:53, 22 October 2024
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 Luanti engine to process game-default behaviour and cannot be spawned correctly with /spawnentity
.
__builtin:item
: Dropped item stack__builtin:falling_node
: Falling block