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
/
ItemCategoryDraft
Item
Category
Draft
@
GeneratedBy
(
type
=
ItemCategory::class
)
interface
ItemCategoryDraft
:
ItemCategory
,
Draft
Members
Members & Extensions
Types
$
Link copied to clipboard
@
GeneratedBy
(
type
=
ItemCategory::class
)
object
$
Builder
Link copied to clipboard
@
GeneratedBy
(
type
=
ItemCategory::class
)
class
Builder
Properties
id
Link copied to clipboard
abstract
override
var
id
:
Long
ID
internal
Name
Link copied to clipboard
abstract
override
var
internalName
:
String
?
内部名称
item
Pocket
Link copied to clipboard
abstract
override
var
itemPocket
:
ItemPocket
?
道具口袋
item
Pocket
Id
Link copied to clipboard
abstract
var
itemPocketId
:
Long
?
name
Link copied to clipboard
abstract
override
var
name
:
String
?
名称
Functions
copy
Link copied to clipboard
@
GeneratedBy
(
type
=
ItemCategory::class
)
fun
ItemCategory
.
copy
(
resolveImmediately
:
Boolean
=
false
,
block
:
ItemCategoryDraft
.
(
)
->
Unit
)
:
ItemCategory
item
Pocket
Link copied to clipboard
abstract
fun
itemPocket
(
)
:
ItemPocketDraft
abstract
fun
itemPocket
(
block
:
ItemPocketDraft
.
(
)
->
Unit
)