Uses of Class
com.prineside.tdi2.systems.randomEncounter.EncounterBird
-
Uses of EncounterBird in com.prineside.tdi2.systems
Modifier and TypeMethodDescriptionRandomEncounterSystem.prepareDefaultBird
(RandomEncounterSystem.BirdAction action) RandomEncounterSystem.EncounterType.spawnBird
(GameSystemProvider S) Each encounter type can have customized bird types, prepared by this methodModifier and TypeMethodDescriptionvoid
RandomEncounterSystem.addBird
(EncounterBird bird) void
RandomEncounterSystem.BirdAction.performAction
(GameSystemProvider S, EncounterBird bird) -
Uses of EncounterBird in com.prineside.tdi2.systems.randomEncounter.type
Modifier and TypeMethodDescriptionBirdsFlockEncounter.spawnBird
(GameSystemProvider S) RunningStarEncounter.spawnBird
(GameSystemProvider S) StarfallEncounter.spawnBird
(GameSystemProvider S) Modifier and TypeMethodDescriptionvoid
BirdsFlockEncounter.BirdActionGiveReward.performAction
(GameSystemProvider S, EncounterBird bird) void
BirdsFlockEncounter.performAction
(GameSystemProvider S, EncounterBird bird) void
RunningStarEncounter.performAction
(GameSystemProvider S, EncounterBird bird) void
StarfallEncounter.performAction
(GameSystemProvider S, EncounterBird bird)