Uses of Class
org.drools.games.pong.CollisionType
-
Packages that use CollisionType Package Description org.drools.games.pong -
-
Uses of CollisionType in org.drools.games.pong
Methods in org.drools.games.pong that return CollisionType Modifier and Type Method Description CollisionTypeCollision. getType()static CollisionTypeCollisionType. valueOf(java.lang.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 Modifier and Type Method Description voidCollision. setType(CollisionType type)Constructors in org.drools.games.pong with parameters of type CollisionType Constructor Description Collision(Player player, CollisionType type)
-