Package | Description |
---|---|
simkit.smdx |
Contains basic classes to represent the entities in a combat simulation.
|
Modifier and Type | Field and Description |
---|---|
static Side |
Side.BLUE
Blue
|
static Side |
Side.GREEN
Green
|
static Side |
Side.ORANGE
Orange
|
static Side |
Side.PURPLE
Purple
|
static Side |
Side.RED
Red
|
protected Side |
SidedContact.side
The Side associated with this SidedContact.
|
static Side |
Side.WHITE
White
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.LinkedHashMap<java.lang.String,Side> |
Side.allSides
These are the default instances of
Side . |
Modifier and Type | Method and Description |
---|---|
Side |
Sided.getSide() |
Side |
SidedContact.getSide() |
static Side |
Side.getSideFor(java.lang.String sideName)
Find the Side with the given name.
|
Constructor and Description |
---|
SidedContact(Moveable mover,
Side side)
Constructs a new Contact to represent the given Movable.
|