toggle menu
mimic
jvm
switch theme
search in API
mimic-bukkit-api
/
ru.endlesscode.mimic.items
/
BukkitItemsRegistry
Bukkit
Items
Registry
interface
BukkitItemsRegistry
:
ItemsRegistry
<
ItemStack
>
(
source
)
ItemsRegistry
for Bukkit.
Members
Inherited properties
id
Link copied to clipboard
open
val
id
:
String
is
Enabled
Link copied to clipboard
open
val
isEnabled
:
Boolean
known
Ids
Link copied to clipboard
abstract
val
knownIds
:
Collection
<
String
>
Inherited functions
get
Item
Link copied to clipboard
open
fun
getItem
(
itemId
:
String
)
:
ItemStack
?
open
fun
getItem
(
itemId
:
String
,
payload
:
Any
?
)
:
ItemStack
?
open
fun
getItem
(
itemId
:
String
,
amount
:
Int
)
:
ItemStack
?
abstract
fun
getItem
(
itemId
:
String
,
payload
:
Any
?
,
amount
:
Int
)
:
ItemStack
?
get
Item
Id
Link copied to clipboard
abstract
fun
getItemId
(
item
:
ItemStack
)
:
String
?
is
Item
Exists
Link copied to clipboard
abstract
fun
isItemExists
(
itemId
:
String
)
:
Boolean
is
Same
Item
Link copied to clipboard
open
fun
isSameItem
(
item
:
ItemStack
,
itemId
:
String
)
:
Boolean