Guilds
3.5.6.9-SNAPSHOT
Guilds
/
me.glaremasters.guilds.conf.objects
/
BuffSettings
Buff
Settings
data
class
BuffSettings
(
var
name
:
String
=
""
,
var
material
:
String
=
""
,
var
lore
:
List
<
String
>
=
listOf("")
)
(
source
)
Constructors
Properties
Constructors
Buff
Settings
Link copied to clipboard
fun
BuffSettings
(
name
:
String
=
""
,
material
:
String
=
""
,
lore
:
List
<
String
>
=
listOf("")
)
Properties
lore
Link copied to clipboard
var
lore
:
List
<
String
>
material
Link copied to clipboard
var
material
:
String
name
Link copied to clipboard
var
name
:
String