Search
Preparing search index...
The search index is not available
jga-data-queue - v0.1.0
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
"games-roguelike/src/game/screens/win"
WinScreen
Class WinScreen
Hierarchy
Screen
WinScreen
Implements
ObservableInterface
ObservableInterface
ScreenInterface
Index
Constructors
constructor
Properties
engine
name
observers
Methods
attach
detach
enter
exit
get
Observers
handle
Input
notify
render
Constructors
constructor
new
Win
Screen
(
engine
:
Engine
)
:
WinScreen
Parameters
engine:
Engine
Returns
WinScreen
Properties
Protected
engine
engine
:
Engine
Protected
name
name
:
string
Protected
observers
observers
:
ObserverInterface
[]
= []
Methods
attach
attach
(
observer
:
ObserverInterface
)
:
void
Parameters
observer:
ObserverInterface
Returns
void
detach
detach
(
observer
:
ObserverInterface
)
:
void
Parameters
observer:
ObserverInterface
Returns
void
enter
enter
(
)
:
void
Returns
void
exit
exit
(
)
:
void
Returns
void
get
Observers
get
Observers
(
)
:
ObserverInterface
[]
Returns
ObserverInterface
[]
handle
Input
handle
Input
(
)
:
string
|
null
Returns
string
|
null
notify
notify
(
message
?:
undefined
|
string
)
:
void
Parameters
Optional
message:
undefined
|
string
Returns
void
render
render
(
display
:
DisplayInterface
)
:
void
Parameters
display:
DisplayInterface
Returns
void
Globals
"games-
roguelike/src/game/screens/win"
Win
Screen
constructor
engine
name
observers
attach
detach
enter
exit
get
Observers
handle
Input
notify
render
Generated using
TypeDoc