public class Level extends Object
| Modifier and Type | Field and Description |
|---|---|
Collection<Component> |
components |
Collection<ComponentDep> |
dependencies |
String |
name |
| Modifier and Type | Method and Description |
|---|---|
String |
formatted()
Returns a human-friendly, textual multiline representation of the level.
|
int |
maxComponentSize() |
int |
maxDependencyStrength() |
public final String name
public Collection<Component> components
public Collection<ComponentDep> dependencies
public int maxComponentSize()
public int maxDependencyStrength()
public String formatted()
Copyright © 2019. All rights reserved.