Package modelarium.entities.attributes.events
@PublicApi
package modelarium.entities.attributes.events
Provides conditional event attributes for agents and environments.
An event evaluates its trigger once per tick, runs its behaviour when triggered, and can log the resulting trigger state.
-
ClassesClassDescriptionAbstract class for representing an event belonging to an agent.Abstract class for representing an event belonging to the environment.Abstract class for representing an attribute whose behaviour only runs when a trigger condition is met.Provides a read-only view of an event attribute.