toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.localization
/
Localization
/
Entry
Entry
class
Entry
:
Record
(
source
)
Members
Constructors
Entry
Link copied to clipboard
constructor
(
)
Functions
entry
Link copied to clipboard
@
NotNull
open
fun
entry
(
@
NotNull
argumentName
:
@
NotNull
String
,
@
NotNull
value
:
@
NotNull
Any
)
:
@
NotNull
Localization.Entry
Create a new localization entry, this binds a
localization template
argument with the value.
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String