changed

public final boolean changed()

Determines whether the state of this entity or its lifecycle flags have been modified since this entity instance creation.

This method is used internally to determine whether this entity instance should be stored or the storage update can be skipped for this instance.

Return

true if the state or flags have been modified, false otherwise.