Skip to content

Entity Systems

The entity system is used to manage and interact with entities, including custom entities and utility functions.


When to use

  • You need controlled or safe entity spawning
  • You spawn entities that must bypass restrictions
  • You work with entity classification or filtering

Topics

  • [[Custom Entities|Core-API/Entity-Systems/Custom-Entities]]
  • [[EntityUtil|Core-API/Entity-Systems/Entity-Util]]