Robocode Tank Royale Bot API
GitHub
Preparing search index...
BotInfoBuilder
Class BotInfoBuilder
Index
Constructors
constructor
Methods
add
Country
Code
build
set
Country
Codes
set
Description
set
Game
Types
set
Homepage
set
Initial
Position
set
Platform
set
Programming
Lang
Constructors
constructor
new
BotInfoBuilder
(
name
:
string
|
null
,
version
:
string
|
null
,
authors
:
string
[]
|
null
,
)
:
BotInfoBuilder
Parameters
name
:
string
|
null
version
:
string
|
null
authors
:
string
[]
|
null
Returns
BotInfoBuilder
Methods
add
Country
Code
addCountryCode
(
countryCode
:
string
)
:
this
Parameters
countryCode
:
string
Returns
this
build
build
()
:
BotInfo
Returns
BotInfo
set
Country
Codes
setCountryCodes
(
countryCodes
:
string
[]
)
:
this
Parameters
countryCodes
:
string
[]
Returns
this
set
Description
setDescription
(
description
:
string
|
null
)
:
this
Parameters
description
:
string
|
null
Returns
this
set
Game
Types
setGameTypes
(
gameTypes
:
string
[]
)
:
this
Parameters
gameTypes
:
string
[]
Returns
this
set
Homepage
setHomepage
(
homepage
:
string
|
null
)
:
this
Parameters
homepage
:
string
|
null
Returns
this
set
Initial
Position
setInitialPosition
(
initialPosition
:
InitialPosition
|
null
)
:
this
Parameters
initialPosition
:
InitialPosition
|
null
Returns
this
set
Platform
setPlatform
(
platform
:
string
|
null
)
:
this
Parameters
platform
:
string
|
null
Returns
this
set
Programming
Lang
setProgrammingLang
(
programmingLang
:
string
|
null
)
:
this
Parameters
programmingLang
:
string
|
null
Returns
this
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
add
Country
Code
build
set
Country
Codes
set
Description
set
Game
Types
set
Homepage
set
Initial
Position
set
Platform
set
Programming
Lang
GitHub
Robocode Tank Royale Bot API
Loading...