Uses of Class
de.eacg.ecs.client.Component
-
-
Uses of Component in de.eacg.ecs.client
Methods in de.eacg.ecs.client that return Component Modifier and Type Method Description ComponentCheckResults.Result. getComponent()Methods in de.eacg.ecs.client that return types with arguments of type Component Modifier and Type Method Description static List<Component>Component. from(Dependency dependency)List<Component>Check. getComponents()Constructors in de.eacg.ecs.client with parameters of type Component Constructor Description Check(String projectName, String moduleName, Component component)Constructor parameters in de.eacg.ecs.client with type arguments of type Component Constructor Description Check(String projectName, String moduleName, List<Component> components)
-