Skip to content

Entities

Greg edited this page Feb 20, 2024 · 24 revisions

Entity is a broad category for everything that exists in the game world, with a second sub-category Character for Player and NPC entities that can move. The main Entity types are:

  • Blue - Players
  • Green - NPCs (Non-Player Characters)
  • Orange - Objects (GameObjects)
  • Purple - Floor items

Screenshot 2024-02-20 171650

Note

Item's are considered interfaces not entities, for more info see Inventories

Clone this wiki locally