Package net.sf.colossus.variant
Interface IVariantKnower
-
- All Known Implementing Classes:
VariantKnower
public interface IVariantKnower
Some object from which Game can ask for the current variant, instead of the static VariantSupport.getCurrentVariant() way. All other places should ask it from Game, they should not need to get this one here... TODO This is meant as TEMPORARY SOLUTION. On the long run we should try to get rid of this and variant or variant name passed in to game constructor, but we are not there yet...- Author:
- Clemens Katzer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Variant
getTheCurrentVariant()
-
-
-
Method Detail
-
getTheCurrentVariant
Variant getTheCurrentVariant()
-
-