rebar
Toggle table of contents
1.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
rebar
rebar
/
io.github.pylonmc.rebar.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