DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
util
/
com.peco2282.devcore.util
/
ItemEditor
Item
Editor
interface
ItemEditor
Inheritors
ItemEditorImpl
Members
Properties
amount
Link copied to clipboard
abstract
var
amount
:
Int
durability
Link copied to clipboard
abstract
var
durability
:
Short
lore
Link copied to clipboard
abstract
var
lore
:
List
<
Component
>
name
Link copied to clipboard
abstract
var
name
:
Component
Functions
data
Link copied to clipboard
abstract
fun
data
(
editor
:
DataComponentEditor
.
(
)
->
Unit
)
display
Name
Link copied to clipboard
abstract
infix
fun
displayName
(
name
:
Component
)
lore
Link copied to clipboard
abstract
infix
fun
lore
(
lore
:
List
<
Component
>
)