avalon
Toggle table of contents
0.0.1-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
avalon
avalon-dataset-model
/
io.github.lishangbu.avalon.dataset.entity
/
Item
Item
@
Entity
interface
Item
Inheritors
ItemDraft
Members
Members & Extensions
Properties
cost
Link copied to clipboard
abstract
val
cost
:
Int
?
价格
effect
Link copied to clipboard
abstract
val
effect
:
String
?
效果
fling
Power
Link copied to clipboard
abstract
val
flingPower
:
Int
?
投掷威力
id
Link copied to clipboard
@
Id
abstract
val
id
:
Long
ID
internal
Name
Link copied to clipboard
abstract
val
internalName
:
String
?
内部名称
item
Attributes
Link copied to clipboard
@
ManyToMany
abstract
val
itemAttributes
:
List
<
ItemAttribute
>
道具属性映射
item
Fling
Effect
Link copied to clipboard
@
ManyToOne
abstract
val
itemFlingEffect
:
ItemFlingEffect
?
道具投掷效果
name
Link copied to clipboard
abstract
val
name
:
String
?
名称
short
Effect
Link copied to clipboard
abstract
val
shortEffect
:
String
?
简称效果
text
Link copied to clipboard
abstract
val
text
:
String
?
文本
Functions
copy
Link copied to clipboard
@
GeneratedBy
(
type
=
Item::class
)
fun
Item
.
copy
(
resolveImmediately
:
Boolean
=
false
,
block
:
ItemDraft
.
(
)
->
Unit
)
:
Item