Uses of Class
name.moore.kevin.ze.game.verbs.search
Packages that use search
-
Uses of search in name.moore.kevin.ze.game.verbs
Methods in name.moore.kevin.ze.game.verbs that return searchModifier and TypeMethodDescriptionsearch.findbyName(reference key)search.findbyName(reference key, Class appliesto)Update foundentities with Entity Ids that match the Name component.search.findComponent(Class clazz)search.findComponents(Class[] clazzes)Attempt to locate all the specified components - any that cant be found WONt be in the foundcomponents results.search.findParts()Use the entities 'parts' component (if it has one) of installed or required equipment to provide a parts list (which is a list of those parts' EntityIds).search.setEntity(com.simsilica.es.EntityId s)Before using the searches, we need an Entity either by a search or by setting directly.