public interface ICustomRecruitBase
Modifier and Type | Method and Description |
---|---|
java.util.List<CreatureType> |
getAllPossibleSpecialRecruiters(MasterBoardTerrain terrain)
List all creatures that can recruit in this terrain in a special way.
|
java.util.List<CreatureType> |
getAllPossibleSpecialRecruits(MasterBoardTerrain terrain)
List all creatures that can be recruited in this terrain
in a special way.
|
java.util.List<CreatureType> |
getPossibleSpecialRecruiters(MasterHex hex)
List creatures that can recruit in this terrain in a special way now.
|
java.util.List<CreatureType> |
getPossibleSpecialRecruits(MasterHex hex)
List creatures that can be recruited in this terrain
in a special way now.
|
int |
numberOfRecruiterNeeded(CreatureType recruiter,
CreatureType recruit,
MasterHex hex)
Number of recruiters needed to get a recruit
in a special way in this terrain now.
|
java.util.List<CreatureType> getAllPossibleSpecialRecruiters(MasterBoardTerrain terrain)
java.util.List<CreatureType> getAllPossibleSpecialRecruits(MasterBoardTerrain terrain)
java.util.List<CreatureType> getPossibleSpecialRecruiters(MasterHex hex)
hex
- The specific MasterHex considered for recruiting.java.util.List<CreatureType> getPossibleSpecialRecruits(MasterHex hex)
hex
- The specific MasterHex considered for recruiting
(for an example, see getPossibleSpecialRecruits() in
BalrogRecruitment.java in Balrog variant directory)int numberOfRecruiterNeeded(CreatureType recruiter, CreatureType recruit, MasterHex hex)