|
Drools examples 6.1.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollisionType | |
---|---|
org.drools.games.pong |
Uses of CollisionType in org.drools.games.pong |
---|
Methods in org.drools.games.pong that return CollisionType | |
---|---|
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. |
Methods in org.drools.games.pong with parameters of type CollisionType | |
---|---|
void |
Collision.setType(CollisionType type)
|
Constructors in org.drools.games.pong with parameters of type CollisionType | |
---|---|
Collision(Player player,
CollisionType type)
|
|
Drools examples 6.1.0-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |