toggle menu
levelledmobs-plugin
4.0.3.1
jvm
switch theme
search in API
levelledmobs-plugin
/
io.github.arcaneplugins.levelledmobs.rules
/
MergeableStringList
Mergeable
String
List
class
MergeableStringList
Provides a list of strings that can be optionally merged together
Author
stumper66
Since
3.3.0
Members
Constructors
Mergeable
String
List
Link copied to clipboard
constructor
(
)
constructor
(
item
:
String
?
)
constructor
(
item
:
String
?
,
doMerge
:
Boolean
)
Properties
do
Merge
Link copied to clipboard
var
doMerge
:
Boolean
is
Empty
Link copied to clipboard
val
isEmpty
:
Boolean
is
Not
Empty
Link copied to clipboard
val
isNotEmpty
:
Boolean
items
Link copied to clipboard
val
items
:
MutableList
<
String
>
Functions
merge
From
List
Link copied to clipboard
fun
mergeFromList
(
input
:
Collection
<
String
>
?
)
set
Item
From
List
Link copied to clipboard
fun
setItemFromList
(
input
:
Collection
<
String
>
?
)
set
Item
From
String
Link copied to clipboard
fun
setItemFromString
(
input
:
String
?
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String