interface SearchBehaviour
Represents a search behaviour but leaves it up to the Creator how this behaviour is implemented -- yet, it provides a method to decorate a description (a Translatable) in order that it reflects the search behaviour.
| abstract fun decorateDescription(description: Translatable): TranslatableDecorates the given description so that it represents the search behaviour and returns the result. | 
| interface SearchBehaviour : Contains.SearchBehaviourRepresents a search behaviour but leaves it up to the Searcher how this behaviour is implemented -- yet, it provides a method to decorate a description (a Translatable) in order that it reflects the search behaviour. | |
| interface SearchBehaviour : Contains.SearchBehaviourRepresents a search behaviour but leaves it up to the Creator how this behaviour is implemented -- yet, it provides a method to decorate a description (a Translatable) in order that it reflects the search behaviour. | |
| interface  |