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
/
ItemFlingEffect
Item
Fling
Effect
@
Entity
interface
ItemFlingEffect
Inheritors
ItemFlingEffectDraft
Members
Members & Extensions
Properties
effect
Link copied to clipboard
abstract
val
effect
:
String
?
效果
id
Link copied to clipboard
@
Id
abstract
val
id
:
Long
ID
internal
Name
Link copied to clipboard
abstract
val
internalName
:
String
?
内部名称
name
Link copied to clipboard
abstract
val
name
:
String
?
名称
Functions
copy
Link copied to clipboard
@
GeneratedBy
(
type
=
ItemFlingEffect::class
)
fun
ItemFlingEffect
.
copy
(
resolveImmediately
:
Boolean
=
false
,
block
:
ItemFlingEffectDraft
.
(
)
->
Unit
)
:
ItemFlingEffect