Uses of Class
com.prineside.tdi2.systems.randomEncounter.EncounterBird
Packages that use EncounterBird
-
Uses of EncounterBird in com.prineside.tdi2.systems
Methods in com.prineside.tdi2.systems that return EncounterBirdModifier and TypeMethodDescriptionRandomEncounterSystem.prepareDefaultBird
(RandomEncounterSystem.BirdAction action) RandomEncounterSystem.EncounterType.spawnBird
(GameSystemProvider S) Each encounter type can have customized bird types, prepared by this methodMethods in com.prineside.tdi2.systems that return types with arguments of type EncounterBirdMethods in com.prineside.tdi2.systems with parameters of type EncounterBirdModifier and TypeMethodDescriptionvoid
RandomEncounterSystem.addBird
(EncounterBird bird) void
RandomEncounterSystem.BirdAction.performAction
(GameSystemProvider S, EncounterBird bird) -
Uses of EncounterBird in com.prineside.tdi2.systems.randomEncounter.type
Methods in com.prineside.tdi2.systems.randomEncounter.type that return EncounterBirdModifier and TypeMethodDescriptionBirdsFlockEncounter.spawnBird
(GameSystemProvider S) RunningStarEncounter.spawnBird
(GameSystemProvider S) StarfallEncounter.spawnBird
(GameSystemProvider S) Methods in com.prineside.tdi2.systems.randomEncounter.type with parameters of type EncounterBirdModifier 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)