Optional
eventsAll events that this entity can emit, in addition to the default EntityDestroyEvent event.
This key is used for deserialization of entities to track which class needs to be constructed. Do not use duplicate key strings across multiple entity classes.
Optional
paramsA mapping of the entity's params object (defined by DefineEntityParams.paramsShape) keys to hitbox and/or view properties.
This should contain all parameters necessary to reconstruct this entity from scratch so it can be serialized, sent across the network in JSON format, then reconstructed on another device (for multiplayer support).
Make sure to include entityPositionParamsShape if you want to include the base entity position parameters.
Params for both EntitySuite.defineEntity and EntitySuite.defineLogicEntity.