Interface: EntityFilter
Contains options for filtering entities.
Extended by
Properties
excludeFamilies?
optional
excludeFamilies:string
[]
Remarks
Excludes entities that match one or more of the specified families.
excludeGameModes?
optional
excludeGameModes:GameMode
[]
Remarks
Excludes entities if have a specific gamemode that matches the specified gamemode.
excludeNames?
optional
excludeNames:string
[]
Remarks
Excludes entities that have a name that match one of the specified values.
excludeTags?
optional
excludeTags:string
[]
Remarks
Excludes entities with a tag that matches one of the specified values.