DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
util
/
com.peco2282.devcore.util
/
ItemEditorImpl
Item
Editor
Impl
class
ItemEditorImpl
(
val
target
:
Material
)
:
ItemEditor
Members
Constructors
Item
Editor
Impl
Link copied to clipboard
constructor
(
target
:
ItemStack
)
constructor
(
target
:
Material
)
Properties
amount
Link copied to clipboard
open
override
var
amount
:
Int
durability
Link copied to clipboard
open
override
var
durability
:
Short
lore
Link copied to clipboard
open
override
var
lore
:
List
<
Component
>
name
Link copied to clipboard
open
override
var
name
:
Component
target
Link copied to clipboard
val
target
:
Material
Functions
build
Link copied to clipboard
fun
build
(
)
:
ItemStack
data
Link copied to clipboard
open
override
fun
data
(
editor
:
DataComponentEditor
.
(
)
->
Unit
)
display
Name
Link copied to clipboard
open
infix override
fun
displayName
(
name
:
Component
)
lore
Link copied to clipboard
open
infix override
fun
lore
(
lore
:
List
<
Component
>
)