DevCore
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
DevCore
util
/
com.peco2282.devcore.util
Package-level
declarations
Types
Functions
Types
Data
Component
Editor
Link copied to clipboard
interface
DataComponentEditor
Item
Editor
Link copied to clipboard
interface
ItemEditor
Item
Editor
Impl
Link copied to clipboard
class
ItemEditorImpl
(
val
target
:
Material
)
:
ItemEditor
Functions
as
Not
Nullable
Link copied to clipboard
inline
fun
<
T
,
E
:
T
>
T
.
asNotNullable
(
)
:
E
as
Nullable
Link copied to clipboard
inline
fun
<
T
,
E
:
T
>
T
.
asNullable
(
orThrow
:
Boolean
=
false
)
:
E
?
compare
To
Link copied to clipboard
operator
fun
Vector
.
compareTo
(
other
:
Vector
)
:
Int
div
Link copied to clipboard
operator
fun
Vector
.
div
(
other
:
Double
)
:
Vector
operator
fun
Vector
.
div
(
other
:
Vector
)
:
Vector
editor
Link copied to clipboard
fun
Material
.
editor
(
)
:
ItemEditorImpl
fun
ItemStack
.
editor
(
)
:
ItemEditorImpl
item
Link copied to clipboard
fun
item
(
target
:
Material
,
editor
:
ItemEditor
.
(
)
->
Unit
)
fun
item
(
target
:
ItemStack
,
editor
:
ItemEditor
.
(
)
->
Unit
)
minus
Link copied to clipboard
operator
fun
Vector
.
minus
(
other
:
Double
)
:
Vector
operator
fun
Vector
.
minus
(
other
:
Vector
)
:
Vector
plus
Link copied to clipboard
operator
fun
Vector
.
plus
(
other
:
Double
)
:
Vector
operator
fun
Vector
.
plus
(
other
:
Vector
)
:
Vector
range
Of
Link copied to clipboard
fun
Entity
.
rangeOf
(
filterInRadius
:
Double
)
:
Collection
<
Entity
>
fun
List
<
Entity
>
.
rangeOf
(
filterInRadius
:
Double
,
center
:
Entity
)
:
List
<
Entity
>
rem
Link copied to clipboard
operator
fun
Vector
.
rem
(
other
:
Double
)
:
Vector
send
Link copied to clipboard
fun
Collection
<
Entity
>
.
send
(
msg
:
String
)
fun
Collection
<
Entity
>
.
send
(
msg
:
Component
)
times
Link copied to clipboard
operator
fun
Vector
.
times
(
other
:
Double
)
:
Vector
operator
fun
Vector
.
times
(
other
:
Vector
)
:
Vector
unary
Minus
Link copied to clipboard
operator
fun
Vector
.
unaryMinus
(
)
:
Vector
unary
Plus
Link copied to clipboard
operator
fun
Vector
.
unaryPlus
(
)
:
Vector