@minecraft/server-editor
Preparing search index...
ThemeSettings
Class ThemeSettings
Beta
Index
Methods
add
New
Theme
can
Theme
Be
Modified
delete
Theme
get
Current
Theme
get
Theme
Colors
get
Theme
Id
List
get
Theme
Name
resolve
Color
Key
set
Current
Theme
set
Theme
Name
update
Theme
Color
Methods
add
New
Theme
addNewTheme
(
id
:
string
,
name
?:
string
,
sourceThemeId
?:
string
)
:
void
Beta
Parameters
id
:
string
Optional
name
:
string
Optional
sourceThemeId
:
string
Returns
void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
Error
can
Theme
Be
Modified
canThemeBeModified
(
id
:
string
)
:
boolean
Beta
Parameters
id
:
string
Returns
boolean
delete
Theme
deleteTheme
(
id
:
string
)
:
void
Beta
Parameters
id
:
string
Returns
void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
Error
get
Current
Theme
getCurrentTheme
()
:
string
Beta
Returns
string
get
Theme
Colors
getThemeColors
(
id
:
string
)
:
undefined
|
Record
<
string
,
RGBA
>
Beta
Parameters
id
:
string
Returns
undefined
|
Record
<
string
,
RGBA
>
get
Theme
Id
List
getThemeIdList
()
:
string
[]
Beta
Returns
string
[]
get
Theme
Name
getThemeName
(
id
:
string
)
:
string
Beta
Parameters
id
:
string
Returns
string
Throws
This function can throw errors.
Error
resolve
Color
Key
resolveColorKey
(
key
:
ThemeSettingsColorKey
)
:
RGBA
Beta
Parameters
key
:
ThemeSettingsColorKey
Returns
RGBA
set
Current
Theme
setCurrentTheme
(
id
:
string
)
:
void
Beta
Parameters
id
:
string
Returns
void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
Error
set
Theme
Name
setThemeName
(
id
:
string
,
name
:
string
)
:
void
Beta
Parameters
id
:
string
name
:
string
Returns
void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
Error
update
Theme
Color
updateThemeColor
(
id
:
string
,
key
:
ThemeSettingsColorKey
,
newColor
:
RGBA
)
:
void
Beta
Parameters
id
:
string
key
:
ThemeSettingsColorKey
newColor
:
RGBA
Returns
void
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
Error
Settings
Member Visibility
Protected
Inherited
External
World Mutation
Early Execution
Theme
OS
Light
Dark
On This Page
Methods
add
New
Theme
can
Theme
Be
Modified
delete
Theme
get
Current
Theme
get
Theme
Colors
get
Theme
Id
List
get
Theme
Name
resolve
Color
Key
set
Current
Theme
set
Theme
Name
update
Theme
Color
@minecraft/server-editor
Loading...
Remarks
This function can't be called in read-only mode.
Throws
This function can throw errors.
Error