Uses of Interface
wizardquest.gamemanager.EncounterInterface
Packages that use EncounterInterface
-
Uses of EncounterInterface in wizardquest.gamemanager
Classes in wizardquest.gamemanager that implement EncounterInterfaceMethods in wizardquest.gamemanager that return EncounterInterfaceModifier and TypeMethodDescriptionEncounterEnum.createEncounter(DifficultyEnum difficulty) This creates a new instance of an Encounter of this type Uses EntityType reflection for the instantiation of the actual encounters.GameManagerInterface.getCurrentEncounter()Returns the current encounter/fight within a level.GameManagerInterface.pickEncounter()Picks a new (random) encounter/fight for the current level.GameRun.pickEncounter()GameRunInterface.pickEncounter()Picks a random encounter for the current stage from the encounter pool for that stage and returns a reference to it.