Guilds
3.5.6.9-SNAPSHOT
Guilds
/
me.glaremasters.guilds.utils
/
GuiUtils
Gui
Utils
open
class
GuiUtils
(
source
)
Functions
Properties
Functions
create
Item
Link copied to clipboard
open
fun
createItem
(
material
:
String
,
name
:
String
,
lore
:
List
<
String
>
)
:
ItemStack
create
Skull
Item
Link copied to clipboard
open
fun
createSkullItem
(
member
:
GuildMember
,
name
:
String
,
lore
:
List
<
String
>
)
:
ItemStack
Create a skull item
Properties
problem
Items
Link copied to clipboard
val
problemItems
:
Set
<
Material
>