| Package | Description |
|---|---|
| org.drools.games.pong |
| Modifier and Type | Method and Description |
|---|---|
CollisionType |
Collision.getType() |
static CollisionType |
CollisionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollisionType[] |
CollisionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Collision.setType(CollisionType type) |
| Constructor and Description |
|---|
Collision(Player player,
CollisionType type) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.