|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPackFinder
Pack finders help find information about a beast's pack. Every class implementing IPackFinder should include a constructor that takes an IBeastProvider. It should then find the pack from the universe of beasts provided by the IBeastProvider.
| Method Summary | |
|---|---|
BeastInfo |
getLeader(BeastInfo beast)
Get the leader of the provided beast's pack (or null if no leader exists). |
BeastInfo[] |
getPack(BeastInfo beast)
Get the pack of the provided beast. |
| Method Detail |
|---|
BeastInfo[] getPack(BeastInfo beast)
beast - info about the beast whose pack we're constructing
BeastInfo getLeader(BeastInfo beast)
beast - info about the beast whose pack leader we're finding
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||