Interface ReadWriteArchetypeQuery<ECS_TYPE>
- All Superinterfaces:
Query<ECS_TYPE>
- All Known Implementing Classes:
ReadWriteQuery
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanrequiresComponentType(ComponentType<ECS_TYPE, ?> componentType) default booleandefault voidvalidate()default voidvalidateRegistry(ComponentRegistry<ECS_TYPE> registry)
-
Method Details
-
getReadArchetype
-
getWriteArchetype
-
test
-
requiresComponentType
- Specified by:
requiresComponentTypein interfaceQuery<ECS_TYPE>
-
validateRegistry
- Specified by:
validateRegistryin interfaceQuery<ECS_TYPE>
-
validate
default void validate()
-