TibiaKt
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
TibiaKt
tibiakt-core
/
com.galarzaa.tibiakt.core.section.charactertrade.bazaar.model
/
AchievementEntry
Achievement
Entry
@
Serializable
data
class
AchievementEntry
(
val
name
:
String
,
val
isSecret
:
Boolean
)
(
source
)
An achievement in an
Auction
.
Members
Constructors
Achievement
Entry
Link copied to clipboard
constructor
(
name
:
String
,
isSecret
:
Boolean
)
Properties
is
Secret
Link copied to clipboard
val
isSecret
:
Boolean
Whether the achievement is secret or not.
name
Link copied to clipboard
val
name
:
String
The name of the achievement.