discord-mcbe
Preparing search index...
@discord-mcbe/server
ScreenDisplay
Class ScreenDisplay
Index
Constructors
constructor
Accessors
is
Valid
Methods
set
Action
Bar
set
Title
update
Subtitle
Constructors
constructor
new
ScreenDisplay
(
player
:
ScriptPlayer
)
:
ScreenDisplay
Parameters
player
:
ScriptPlayer
Returns
ScreenDisplay
Accessors
is
Valid
get
isValid
()
:
boolean
Returns
boolean
Methods
set
Action
Bar
setActionBar
(
text
:
string
|
RawMessage
|
(
string
|
RawMessage
)
[]
)
:
Promise
<
void
>
Parameters
text
:
string
|
RawMessage
|
(
string
|
RawMessage
)
[]
Returns
Promise
<
void
>
set
Title
setTitle
(
title
:
string
|
RawMessage
|
(
string
|
RawMessage
)
[]
,
options
?:
TitleDisplayOptions
,
)
:
Promise
<
void
>
Parameters
title
:
string
|
RawMessage
|
(
string
|
RawMessage
)
[]
Optional
options
:
TitleDisplayOptions
Returns
Promise
<
void
>
update
Subtitle
updateSubtitle
(
subtitle
:
string
|
RawMessage
|
(
string
|
RawMessage
)
[]
,
)
:
Promise
<
void
>
Parameters
subtitle
:
string
|
RawMessage
|
(
string
|
RawMessage
)
[]
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Accessors
is
Valid
Methods
set
Action
Bar
set
Title
update
Subtitle
discord-mcbe
Loading...