Uses of Class
org.drools.games.pong.PlayerId
-
Packages that use PlayerId Package Description org.drools.games.pong -
-
Uses of PlayerId in org.drools.games.pong
Methods in org.drools.games.pong that return PlayerId Modifier and Type Method Description PlayerIdPlayer. getId()PlayerIdBat. getPlayerId()static PlayerIdPlayerId. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PlayerId[]PlayerId. 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 PlayerId Modifier and Type Method Description voidPlayer. setId(PlayerId id)Constructors in org.drools.games.pong with parameters of type PlayerId Constructor Description Player(PlayerId id, Bat bat)
-