pokemon-rogue-battle
Preparing search index...
phases/next-encounter-phase
NextEncounterPhase
Class NextEncounterPhase
Hierarchy (
View Summary
)
EncounterPhase
NextEncounterPhase
NewBiomeEncounterPhase
Index
Constructors
constructor
Methods
do
Encounter
do
Encounter
Common
end
get
Encounter
Message
hide
Enemy
Trainer
show
Enemy
Trainer
start
try
Override
For
Battle
Spec
try
Set
Weather
If
New
Biome
Constructors
constructor
new
NextEncounterPhase
()
:
NextEncounterPhase
Returns
NextEncounterPhase
Methods
do
Encounter
doEncounter
()
:
void
Returns
void
do
Encounter
Common
doEncounterCommon
(
showEncounterMessage
?:
boolean
)
:
void
Parameters
showEncounterMessage
:
boolean
= true
Returns
void
end
end
()
:
void
Returns
void
get
Encounter
Message
getEncounterMessage
()
:
string
Returns
string
hide
Enemy
Trainer
hideEnemyTrainer
()
:
void
Returns
void
show
Enemy
Trainer
showEnemyTrainer
(
trainerSlot
?:
TrainerSlot
)
:
void
Parameters
trainerSlot
:
TrainerSlot
= TrainerSlot.NONE
Returns
void
start
start
()
:
void
Returns
void
try
Override
For
Battle
Spec
tryOverrideForBattleSpec
()
:
boolean
Returns
boolean
try
Set
Weather
If
New
Biome
trySetWeatherIfNewBiome
()
:
void
Do nothing (since this is simply the next wave in the same biome).
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
do
Encounter
do
Encounter
Common
end
get
Encounter
Message
hide
Enemy
Trainer
show
Enemy
Trainer
start
try
Override
For
Battle
Spec
try
Set
Weather
If
New
Biome
pokemon-rogue-battle
Loading...
Do nothing (since this is simply the next wave in the same biome).