pylon-core
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
pylon-core
pylon-core
/
io.github.pylonmc.pylon.core.util
/
WeightedSet
/
Element
Element
@
JvmRecord
data
class
Element
<
E
>
(
val
element
:
E
,
val
weight
:
Float
)
:
Record
(
source
)
Members
Constructors
Element
Link copied to clipboard
constructor
(
element
:
E
,
weight
:
Float
)
Properties
element
Link copied to clipboard
val
element
:
E
weight
Link copied to clipboard
val
weight
:
Float