org.ninm.games.cardgames
Interface Bonus


public interface Bonus

Represents a bonus that either a team or player receives

Version:
1.0
Author:
Nikolay

Method Summary
 java.lang.String getName()
          returns the name of this bonus
 float getValue()
          returns the value of this bonus
 

Method Detail

getValue

public float getValue()
returns the value of this bonus

Returns:
float

getName

public java.lang.String getName()
returns the name of this bonus

Returns:
String the name of the bonus

SourceForge.net Logo